{
  "name": "@tscircuit/soup-util",
  "type": "module",
  "version": "0.0.41",
  "description": "Utility library for working with tscircuit soup",
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "scripts": {
    "test": "bun test",
    "prepublish": "npm run build",
    "build": "tsup-node ./index.ts --format esm --dts --sourcemap"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "peerDependencies": {
    "circuit-json": "*",
    "transformation-matrix": "*",
    "zod": "*"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.2",
    "circuit-json": "^0.0.106",
    "esbuild": "^0.20.2",
    "esbuild-register": "^3.5.0",
    "transformation-matrix": "^2.16.1",
    "tsup": "^8.0.2",
    "typescript": "^5.4.5",
    "zod": "^3.23.6"
  },
  "dependencies": {
    "parsel-js": "^1.1.2"
  }
}
