{
  "name": "circuit-json",
  "version": "0.0.448",
  "author": "",
  "main": "dist/index.mjs",
  "devDependencies": {
    "@anthropic-ai/sdk": "^0.30.1",
    "@biomejs/biome": "^1.9.4",
    "@types/bun": "^1.1.15",
    "@types/convert-units": "^2.3.9",
    "@types/node": "^22.10.2",
    "@typescript-eslint/parser": "^8.18.1",
    "@typescript-eslint/typescript-estree": "^8.18.1",
    "esbuild": "^0.20.2",
    "format-si-unit": "^0.0.7",
    "prettier": "^3.4.2",
    "ts-expect": "^1.3.0",
    "ts-node": "^10.9.2",
    "tsup": "^8.3.0",
    "typescript": "^5.7.2",
    "zod": "3"
  },
  "description": "Definitions for the tscircuit intermediary JSON format",
  "files": [
    "dist"
  ],
  "keywords": [],
  "license": "ISC",
  "scripts": {
    "prepublish": "npm run build",
    "build": "tsup-node ./src/index.ts --format esm --dts --sourcemap",
    "format": "biome format . --write",
    "generate-docs": "bun scripts/generate-readme-docs.ts && prettier --no-semi -w README.md",
    "lint:zod": "bun run scripts/zod-lint.ts",
    "check-snake-case": "bun run scripts/check-snake-case.ts"
  }
}
