{
  "name": "@knapsack/spec-utils",
  "description": "",
  "version": "4.100.3",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./package": "./package.json",
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "scripts": {
    "bench": "vitest bench --run",
    "build": "tsc",
    "clean": "rm -rf ./dist",
    "lint": "eslint ./",
    "test": "vitest run"
  },
  "dependencies": {
    "@knapsack/utils": "4.100.3",
    "json-stable-stringify": "^1.3.0",
    "quick-lru": "^7.3.0",
    "typescript": "^6.0.3"
  },
  "devDependencies": {
    "@knapsack/angular-sandbox-components": "4.100.3",
    "@knapsack/eslint-config-starter": "4.100.3",
    "@knapsack/file-utils": "4.100.3",
    "@knapsack/prettier-config": "4.100.3",
    "@knapsack/sandbox-components": "4.100.3",
    "@knapsack/types": "4.100.3",
    "@knapsack/typescript-config-starter": "4.100.3",
    "@mui/material": "^5.18.0",
    "@types/node": "^24.13.2",
    "eslint": "^9.20.0",
    "vitest": "^4.1.9"
  },
  "license": "GPL-2.0-or-later",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "url": "https://github.com/knapsack-labs/app-monorepo",
    "directory": "apps/client/libs/spec-utils",
    "type": "git"
  },
  "gitHead": "e762b63576a59cdb93b4786f067d1fdf9f459df0"
}
