{
  "name": "@tscircuit/mm",
  "version": "0.0.9",
  "main": "dist/index.js",
  "type": "module",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "bun test",
    "build": "tsup index.ts --format esm --dts --sourcemap",
    "build:bun": "bun build index.ts --target=node --outfile ./dist/index.js",
    "format": "biome format . --write",
    "format:check": "biome format ."
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.3",
    "@types/bun": "latest",
    "esbuild": "^0.20.2",
    "tsup": "^8.0.2"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  }
}
