{
  "name": "@knapsack/design-token-utils",
  "description": "",
  "version": "4.100.3",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./experimental": {
      "types": "./dist/experimental.d.ts",
      "default": "./dist/experimental.js"
    },
    "./package": "./package.json",
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist",
    "docs": "node ./build-docs.js",
    "lint": "eslint ./src --quiet",
    "start": "tsc --watch --preserveWatchOutput",
    "test": "tsc -p tsconfig.test.json && vitest run"
  },
  "dependencies": {
    "@knapsack/color-utils": "4.100.3",
    "@knapsack/file-utils": "4.100.3",
    "@knapsack/types": "4.100.3",
    "@knapsack/utils": "4.100.3",
    "flat": "^5.0.2",
    "immer": "^10.2.0",
    "lodash": "^4.18.1",
    "superstruct": "^0.16.7"
  },
  "devDependencies": {
    "@knapsack/eslint-config-starter": "4.100.3",
    "@knapsack/typescript-config-starter": "4.100.3",
    "@types/flat": "^5.0.5",
    "@types/fs-extra": "^11.0.4",
    "@types/lodash": "^4.17.23",
    "@types/node": "^24.13.2",
    "eslint": "^9.20.0",
    "fs-extra": "^11.3.4",
    "sass": "^1.78.0",
    "ts-expect": "^1.3.0",
    "typescript": "^6.0.3",
    "vitest": "^4.1.9"
  },
  "homepage": "https://unpkg.com/@knapsack/design-token-utils@latest/dist/docs/index.html",
  "license": "GPL-2.0-or-later",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "url": "https://github.com/knapsack-labs/app-monorepo",
    "directory": "libs/design-token-utils",
    "type": "git"
  },
  "gitHead": "e762b63576a59cdb93b4786f067d1fdf9f459df0"
}
