{
  "name": "circuit-json-to-footprinter",
  "version": "0.0.54",
  "description": "Discover the tscircuit/footprinter string that best matches Circuit JSON PCB pads",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./compare": {
      "types": "./dist/compare.d.ts",
      "import": "./dist/compare.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "audit:jlc": "bun run scripts/audit-jlc-stock.ts",
    "benchmark:jlc5000": "bun scripts/benchmark-jlc5000.ts",
    "build": "tsup lib/index.ts lib/compare.ts --format esm --dts",
    "format": "biome check --write .",
    "format:check": "biome check .",
    "test": "bun test",
    "typecheck": "bunx tsc --noEmit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tscircuit/circuit-json-to-footprinter.git"
  },
  "keywords": [
    "circuit-json",
    "footprint",
    "footprinter",
    "pcb",
    "tscircuit"
  ],
  "license": "MIT",
  "dependencies": {
    "@tscircuit/footprinter": "0.0.425",
    "@tscircuit/manifold-2d": "^0.0.8",
    "@tscircuit/math-utils": "^0.0.36",
    "circuit-json": "^0.0.472",
    "format-si-unit": "^0.0.14"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.2.4",
    "@tscircuit/core": "^0.0.1437",
    "@types/bun": "latest",
    "bun-match-svg": "^0.0.15",
    "circuit-to-svg": "^0.0.384",
    "easyeda": "^0.0.269",
    "tscircuit": "^0.0.2067",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3"
  }
}
