11 lines
432 B
JSON
11 lines
432 B
JSON
{
|
|
"description": "Package file for node modules used to create our CSS tokens from a JSON source of truth.",
|
|
"license": "MPL-2.0",
|
|
"scripts": {
|
|
"build": "(npm ls || npm ci) && style-dictionary build --config ./tokens-config.js && prettier ./tokens-storybook.mjs ./tokens-figma-*.json --write",
|
|
"test": "(npm ls || npm ci) && node tests/try-runner.js"
|
|
},
|
|
"devDependencies": {
|
|
"style-dictionary": "^3.9.2"
|
|
}
|
|
}
|