{
  "name": "@salesforce-ux/design-tokens",
  "version": "4.1.0",
  "description": "Salesforce Design System Tokens & Styling Hooks",
  "main": "dist/index.js",
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./themes/*": "./dist/themes/*",
    "./dist/*": "./dist/*",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "provenance": false
  },
  "scripts": {
    "build": "yarn clean && tsx src/style-dictionary/build.ts",
    "clean": "tsx scripts/clean.ts",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:ios": "vitest run src/__tests__/ios-tokens.test.ts",
    "test:android": "vitest run src/__tests__/android-tokens.test.ts",
    "test:snapshots": "yarn build && vitest run src/__tests__/build-outputs.test.ts",
    "test:snapshots:update": "yarn build && vitest run src/__tests__/build-outputs.test.ts -u",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "validate": "yarn build && tsx src/validators/run-validators.ts",
    "validate:dtcg": "tsx src/validators/dtcg-compliance.ts",
    "validate:cross-platform": "tsx src/validators/cross-platform-colors/index.ts",
    "validate:parity": "tsx src/validators/theme-parity.ts",
    "prepublishOnly": "cp ../../LICENSE.txt ."
  },
  "keywords": [
    "salesforce",
    "ux",
    "design",
    "tokens",
    "styling",
    "hooks"
  ],
  "license": "SEE LICENSE IN LICENSE.txt",
  "bugs": {
    "url": "https://github.com/salesforce-ux/design-tokens/issues"
  },
  "volta": {
    "extends": "../../package.json"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@types/node": "^24.12.2",
    "chalk": "^5.3.0",
    "cli-table3": "^0.6.3",
    "colorjs.io": "^0.7.1",
    "style-dictionary": "^5.5.0",
    "tsx": "^4.23.0",
    "typescript": "^6.0.2",
    "vitest": "^4.1.0"
  }
}