{
  "name": "@octopusdeploy/design-system-tokens",
  "version": "2026.3.4050",
  "description": "The design systems tokens. This package contains the raw tokens in their original format, and compiled to an appropriate format for consumption by the design system components.",
  "main": "dist/src/index.js",
  "exports": "./dist/src/index.js",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist/src",
    "skills",
    "!skills/_artifacts"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/OctopusDeploy/OctopusDeploy.git",
    "directory": "frontend/packages/design-system-tokens"
  },
  "keywords": [
    "tanstack-intent"
  ],
  "intent": {
    "skills": [
      "design-system-tokens"
    ]
  },
  "devDependencies": {
    "@tanstack/intent": "latest",
    "@tokens-studio/sd-transforms": "^2.0.2",
    "@tokens-studio/types": "^0.5.2",
    "@types/node": "^24.9.2",
    "chokidar-cli": "^3.0.0",
    "eslint": "^9.0.0",
    "pnpm": "^11.1.2",
    "style-dictionary": "^5.1.1",
    "tsx": "^4.22.4",
    "typescript": "^6.0.2",
    "vitest": "^4.1.1",
    "zod": "^3.23.8",
    "@octopusdeploy/intents": "^2026.3.4050",
    "@octopusdeploy/eslint-config": "^2026.3.4050",
    "@octopusdeploy/logging-test-utils": "^2026.3.4050"
  },
  "scripts": {
    "watch": "chokidar \"build/**\" \"tokens/**\" -c \"npm run build\" --silent",
    "build:dev": "npm run build",
    "build": "tsx --tsconfig tsconfig.build.json build/build.mts",
    "lint": "eslint --quiet .",
    "lint:verbose": "eslint .",
    "lint:fix": "eslint --quiet --fix .",
    "test:vitest": "vitest run",
    "ci:build": "npm run build && tsc -b",
    "ci:package": "octopus-intents sync-skills && mkdir -p output && pnpm pack --pack-destination output"
  }
}