{
  "name": "@wix/design-system-tokens",
  "version": "1.207.0",
  "scripts": {
    "build": "cp -r tokens/* .",
    "figma-to-dictionary": "ts-node src/scripts/figma-to-dictionary.ts",
    "generate": "ts-node src/generate.ts && yarn run lint && yarn run build",
    "lint": "yarn run eslint ./src --fix",
    "test": "vitest run",
    "test:watch": "vitest",
    "ts": "tsc --noEmit"
  },
  "devDependencies": {
    "eslint": "^9.21.0",
    "eslint-plugin-jsonc": "^2.18.2",
    "style-dictionary": "^3.9.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3",
    "vitest": "^4.1.3"
  },
  "wix": {
    "artifact": {
      "artifactId": "wix-design-system-tokens",
      "groupId": "com.wixpress"
    }
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "license": "MIT",
  "author": "augustinasv@wix.com",
  "description": "Design system tokens",
  "packageManager": "yarn@3.5.0",
  "falconPackageHash": "b73d6dd02bc7916773ae73459c2141221cadb1ef16beba19a08326cc"
}