15 lines
432 B
JSON
15 lines
432 B
JSON
{
|
|
"name": "@goodgo/design-tokens",
|
|
"version": "1.0.0",
|
|
"description": "GoodGo design token pipeline — single source of truth for CSS vars and C# constants",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "style-dictionary build --config style-dictionary.config.mjs",
|
|
"watch": "node --watch-path=./tokens style-dictionary.config.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"style-dictionary": "^4.3.0"
|
|
}
|
|
}
|