{
  "description": "Package file for node modules used to create our CSS tokens from a JSON source of truth.",
  "license": "MPL-2.0",
  "scripts": {
    "build": "style-dictionary build --config ./config/tokens-config.js && prettier ./dist/ ../../../content/widgets/**/*.css ../../../../browser/themes/shared/**/*.css --write",
    "fetch-figma-nova": "node src/fetch-figma-variables.mjs",
    "build-figma-nova": "node src/figma-import.mjs",
    "test": "node tests/try-runner.js"
  },
  "devDependencies": {
    "style-dictionary": "^3.9.2"
  }
}
