@terrazzo/tokens
Version:
Internal design tokens for @terrazzo/tiles
26 lines • 654 B
JSON
{
"name": "@terrazzo/tokens",
"version": "0.1.0",
"description": "Internal design tokens for @terrazzo/tiles",
"type": "module",
"author": {
"name": "Drew Powers",
"email": "drew@pow.rs"
},
"repository": {
"type": "git",
"url": "https://github.com/terrazzoapp/terrazzo.git",
"directory": "./packages/tokens/"
},
"devDependencies": {
"@terrazzo/cli": "^0.7.0",
"@terrazzo/plugin-css": "^0.7.0",
"@terrazzo/token-tools": "^0.7.0"
},
"scripts": {
"build": "tz build",
"lint": "pnpm --filter @terrazzo/tokens run \"/^lint:.*/\"",
"lint:tokens": "tz check",
"dev": "tz build --watch"
}
}