UNPKG

@terrazzo/token-tools

Version:

Various utilities for token types

51 lines 1.21 kB
{ "name": "@terrazzo/token-tools", "version": "2.5.0", "description": "Various utilities for token types", "license": "MIT", "type": "module", "author": { "name": "Drew Powers", "email": "drew@pow.rs" }, "keywords": [ "design tokens", "dtcg", "cli", "w3c", "design system", "typescript", "sass", "css", "style tokens", "style system", "linting", "lint" ], "repository": { "type": "git", "url": "https://github.com/terrazzoapp/terrazzo.git", "directory": "./packages/token-tools/" }, "main": "./dist/index.js", "exports": { ".": "./dist/index.js", "./css": "./dist/css/index.js", "./js": "./dist/js/index.js", "./package.json": "./package.json" }, "dependencies": { "@humanwhocodes/momoa": "^3.3.10", "colorjs.io": "^0.6.1", "wildcard-match": "^5.1.4", "@terrazzo/token-types": "^2.5.0" }, "scripts": { "build": "tsc -b tsconfig.build.json && attw --profile esm-only --pack .", "dev": "tsc -b tsconfig.build.json -w", "fmt": "oxfmt", "fmt:check": "oxfmt --check", "lint": "oxlint --quiet && oxfmt --check && tsc --noEmit", "test": "vitest run" } }