{
  "name": "@tscircuit/core",
  "type": "module",
  "version": "0.0.1165",
  "types": "dist/index.d.ts",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/tscircuit/core"
  },
  "scripts": {
    "build": "tsup-node index.ts --format esm --dts",
    "format": "biome format . --write",
    "measure-bundle": "howfat -r table .",
    "pkg-pr-new-release": "bunx pkg-pr-new publish --comment=off --peerDeps",
    "smoke-test:dist": "bun run scripts/smoke-tests/test-dist-simple-circuit.tsx",
    "build:benchmarking": "bun build --experimental-html ./benchmarking/website/index.html --outdir ./benchmarking-dist",
    "build:benchmarking:watch": "chokidar \"./{benchmarking,lib}/**/*.{ts,tsx}\" -c 'bun build --experimental-html ./benchmarking/website/index.html --outdir ./benchmarking-dist'",
    "start:benchmarking": "concurrently \"bun run build:benchmarking:watch\" \"live-server ./benchmarking-dist\"",
    "generate-test-plan": "bun run scripts/generate-test-plan.ts"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.8.3",
    "@resvg/resvg-js": "^2.6.2",
    "@tscircuit/alphabet": "0.0.25",
    "@tscircuit/capacity-autorouter": "^0.0.425",
    "@tscircuit/checks": "0.0.116",
    "@tscircuit/circuit-json-util": "^0.0.92",
    "@tscircuit/common": "^0.0.20",
    "@tscircuit/copper-pour-solver": "^0.0.20",
    "@tscircuit/footprinter": "^0.0.349",
    "@tscircuit/infer-cable-insertion-point": "^0.0.2",
    "@tscircuit/infgrid-ijump-astar": "^0.0.35",
    "@tscircuit/log-soup": "^1.0.2",
    "@tscircuit/matchpack": "^0.0.16",
    "@tscircuit/math-utils": "^0.0.36",
    "@tscircuit/miniflex": "^0.0.4",
    "@tscircuit/ngspice-spice-engine": "^0.0.8",
    "@tscircuit/props": "^0.0.504",
    "@tscircuit/schematic-match-adapt": "^0.0.16",
    "@tscircuit/schematic-trace-solver": "^v0.0.45",
    "@tscircuit/solver-utils": "^0.0.3",
    "@tscircuit/soup-util": "^0.0.41",
    "@types/bun": "^1.2.16",
    "@types/debug": "^4.1.12",
    "@types/react": "^19.1.8",
    "@types/react-dom": "^19.1.6",
    "@types/react-reconciler": "^0.28.9",
    "bpc-graph": "^0.0.57",
    "bun-match-svg": "0.0.12",
    "calculate-elbow": "^0.0.12",
    "chokidar-cli": "^3.0.0",
    "circuit-json": "^0.0.407",
    "circuit-json-to-bpc": "^0.0.13",
    "circuit-json-to-connectivity-map": "^0.0.23",
    "circuit-json-to-gltf": "^0.0.91",
    "circuit-json-to-simple-3d": "^0.0.9",
    "circuit-json-to-spice": "^0.0.34",
    "circuit-to-svg": "^0.0.343",
    "concurrently": "^9.1.2",
    "connectivity-map": "^1.0.0",
    "debug": "^4.3.6",
    "eecircuit-engine": "^1.5.6",
    "flatbush": "^4.5.0",
    "graphics-debug": "^0.0.89",
    "howfat": "^0.3.8",
    "live-server": "^1.2.2",
    "looks-same": "^9.0.1",
    "minicssgrid": "^0.0.9",
    "pkg-pr-new": "^0.0.37",
    "poppygl": "^0.0.16",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "schematic-symbols": "^0.0.208",
    "spicey": "^0.0.14",
    "ts-expect": "^1.3.0",
    "tsup": "^8.2.4"
  },
  "peerDependencies": {
    "@tscircuit/capacity-autorouter": "*",
    "@tscircuit/checks": "*",
    "@tscircuit/circuit-json-util": "*",
    "@tscircuit/footprinter": "*",
    "@tscircuit/infgrid-ijump-astar": "*",
    "@tscircuit/math-utils": "*",
    "@tscircuit/props": "*",
    "@tscircuit/schematic-match-adapt": "*",
    "circuit-json-to-bpc": "*",
    "bpc-graph": "*",
    "@tscircuit/matchpack": "*",
    "circuit-json": "*",
    "circuit-json-to-connectivity-map": "*",
    "schematic-symbols": "*",
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "@flatten-js/core": "^1.6.2",
    "@lume/kiwi": "^0.4.3",
    "calculate-packing": "0.0.71",
    "css-select": "5.1.0",
    "format-si-unit": "^0.0.3",
    "nanoid": "^5.0.7",
    "performance-now": "^2.1.0",
    "react-reconciler": "^0.32.0",
    "svg-path-commander": "^2.1.11",
    "transformation-matrix": "^2.16.1",
    "zod": "^3.25.67"
  }
}
