{
  "name": "caster-design-tokens",
  "version": "0.2.0",
  "private": true,
  "type": "module",
  "description": "Build pipeline for the Caster Design System tokens. Compiles tokens/*.json → tokens.css, tokens.scss, tokens.tailwind.js, tokens.figma.json.",
  "scripts": {
    "build": "style-dictionary build --config ./style-dictionary.config.mjs",
    "clean": "rm -f ../tokens/tokens.css ../tokens/tokens.scss ../tokens/tokens.tailwind.js ../tokens/tokens.figma.json",
    "rebuild": "npm run clean && npm run build",
    "validate": "node ./validate.mjs"
  },
  "devDependencies": {
    "style-dictionary": "^4.3.3"
  }
}
