{
  "name": "@tscircuit/hypergraph",
  "main": "dist/index.js",
  "version": "0.0.73",
  "type": "module",
  "scripts": {
    "start": "cosmos",
    "format": "biome format --write .",
    "format:check": "biome format .",
    "build:site": "cosmos-export",
    "build": "tsup ./lib/index.ts --dts --format esm"
  },
  "files": [
    "dist"
  ],
  "repository": "https://github.com/tscircuit/hypergraph",
  "devDependencies": {
    "@biomejs/biome": "^2.3.11",
    "@tscircuit/jumper-topology-generator": "^0.0.4",
    "@tscircuit/math-utils": "^0.0.29",
    "@types/bun": "latest",
    "bun-match-svg": "^0.0.15",
    "graphics-debug": "^0.0.83",
    "high-density-dataset-z04": "git+https://github.com/tscircuit/high-density-dataset-z04.git#b9128ed52f5a50102b6526319be1d4ec33dca2c2",
    "react-cosmos": "^7.1.0",
    "react-cosmos-plugin-vite": "^7.1.0",
    "stack-svgs": "^0.0.1",
    "transformation-matrix": "^3.1.0",
    "tsup": "^8.5.1"
  },
  "peerDependencies": {
    "typescript": "^5"
  },
  "dependencies": {
    "@tscircuit/solver-utils": "^0.0.16"
  }
}
