summaryrefslogtreecommitdiffstats
path: root/toolkit/themes/shared/design-system/package.json
blob: 2ced9f47bb2e2681717eeb93a5fda22277920b94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "design-system",
  "version": "1.0.0",
  "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 --write",
    "test": "(npm ls || npm ci) && node tests/try-runner.js"
  },
  "devDependencies": {
    "style-dictionary": "^3.9.2"
  }
}