{
  "name": "@solid-design-system/tokens",
  "version": "6.24.1",
  "description": "Solid Design System: Tokens",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "type": "module",
  "main": "index.js",
  "files": [
    "dist",
    "cdn"
  ],
  "exports": {
    "./dist/tailwind.json": "./dist/tokens.tailwind.json",
    "./dist/tailwind.css": "./dist/themes/tailwind.css",
    "./dist/themes": "./dist/themes",
    "./dist/themes/*": "./dist/themes/*",
    "./dist/theme.js": "./dist/theme.js",
    "./dist/scss": "./dist/tokens.scss"
  },
  "keywords": [],
  "homepage": "https://solid-design-system.fe.union-investment.de/docs/",
  "author": {
    "name": "Union Investment"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/solid-design-system/solid.git",
    "directory": "packages/tokens"
  },
  "license": "MIT",
  "devDependencies": {
    "@figma-export/types": "^6.4.0",
    "@figma/rest-api-spec": "^0.38.0",
    "@tamtamchik/json-deep-sort": "^1.5.0",
    "@tokens-studio/sd-transforms": "^2.0.3",
    "dotenv": "^17.4.2",
    "ora": "^9.4.0",
    "picocolors": "^1.1.1",
    "style-dictionary": "^5.4.0",
    "svgo": "^4.0.1",
    "tailwindcss": "^4.3.0",
    "tailwindcss-export-config": "^4.1.0",
    "figma-export-assets": "^2.1.0"
  },
  "readme": "README.md",
  "scripts": {
    "build": "node scripts/build.mjs",
    "verify": "pnpm build && echo '✅ Build verified'",
    "postversion": "pnpm build",
    "fetch:figma": "node ./scripts/figma/fetch-variables.js && pnpm build",
    "fetch:icons": "node ./scripts/figma/fetch-icons.js",
    "analyze:variables": "node scripts/analyze-variables.mjs"
  }
}