Files
Ho Ngoc Hai 76d75c753b Migrate
2026-05-23 18:37:02 +07:00

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"
}
}