{
  "name": "@rijkshuisstijl-community/design-tokens",
  "version": "16.0.1",
  "author": "Community for NL Design System",
  "description": "Example design tokens",
  "license": "SEE LICENSE IN LICENSE.md",
  "keywords": [
    "nl-design-system"
  ],
  "private": false,
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "repository": {
    "type": "git+ssh",
    "url": "git@github.com:nl-design-system/rijkshuisstijl-community.git",
    "directory": "proprietary/design-tokens"
  },
  "devDependencies": {
    "@tokens-studio/sd-transforms": "2.0.3",
    "chokidar-cli": "3.0.0",
    "npm-run-all": "4.1.5",
    "rimraf": "6.1.3",
    "style-dictionary": "5.4.3",
    "vitest": "4.1.8"
  },
  "scripts": {
    "clean": "rimraf dist/ src/generated/",
    "build": "npm-run-all clean build:figma-tokens build:style-dictionary",
    "build:figma-tokens": "node ./src/transforms/splitTokens/token-transformer.mjs",
    "build:style-dictionary": "node --experimental-strip-types ./build.mts",
    "typecheck": "tsc --noEmit",
    "watch": "npm-run-all watch:**",
    "watch:style-dictionary": "chokidar 'src/**/*.tokens.json' 'figma/**/*.tokens.json' --follow-symlinks --command 'pnpm run build' --ignore '/src/generated/'",
    "test": "vitest run",
    "test:watch": "vitest run --watch"
  }
}