{
  "name": "@wistia/vhs-design-tokens",
  "version": "3.0.2",
  "description": "VHS design tokens",
  "type": "module",
  "main": "./dist/index.js",
  "exports": {
    "./package.json": "./package.json",
    ".": "./dist/index.js",
    "./designTokens": "./dist/js/designTokens.js",
    "./colorMetadata": "./dist/js/colorMetadata.js"
  },
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "style-dictionary build --config ./config.mjs && node ./scripts/postBuild.mjs",
    "clean": "style-dictionary clean --config ./config.mjs",
    "depcheck": "depcheck",
    "prepack": "yarn run build",
    "publint": "publint-check",
    "publint:export": "check-export-map"
  },
  "devDependencies": {
    "@repo/config": "workspace:*",
    "check-export-map": "^1.3.1",
    "depcheck": "^1.4.7",
    "js-yaml": "^4.1.1",
    "prettier": "^3.7.4",
    "signale": "^1.4.0",
    "style-dictionary": "^5.1.1"
  },
  "engines": {
    "node": ">=22.16.0 || >=24.0.0"
  },
  "author": "Wistia Engineering",
  "license": "UNLICENSED",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wistia/vhs-design-tokens.git"
  },
  "homepage": "https://github.com/wistia/vhs-design-tokens#readme",
  "bugs": {
    "url": "https://github.com/wistia/vhs-design-tokens/issues"
  }
}
