{
  "name": "circuit-json-to-bpc",
  "main": "dist/index.js",
  "version": "0.0.13",
  "type": "module",
  "scripts": {
    "start": "vite",
    "vercel-build": "vite build",
    "build": "tsup-node ./lib/index.ts --format esm --dts -d dist",
    "format": "biome format --write .",
    "format:check": "biome format ."
  },
  "devDependencies": {
    "@biomejs/biome": "^2.0.5",
    "@react-hook/resize-observer": "^2.0.2",
    "@tscircuit/circuit-json-util": "^0.0.50",
    "@types/bun": "latest",
    "@types/react": "^19.1.8",
    "@types/react-dom": "^19.1.6",
    "bpc-graph": "^0.0.27",
    "bun-match-svg": "^0.0.11",
    "circuit-json": "^0.0.213",
    "graphics-debug": "^0.0.46",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "tscircuit": "^0.0.511",
    "tsup-node": "^0.1.0",
    "vite": "^6.3.5"
  },
  "peerDependencies": {
    "typescript": "^5",
    "circuit-json": "*",
    "bpc-graph": "*"
  }
}
