{
  "name": "pi-weighted-model-router",
  "version": "0.4.3",
  "description": "Pi extension that balances model/provider usage across weighted model pools.",
  "type": "module",
  "license": "MIT",
  "author": "eiei114",
  "repository": {
    "type": "git",
    "url": "https://github.com/eiei114/pi-weighted-model-router"
  },
  "homepage": "https://github.com/eiei114/pi-weighted-model-router#readme",
  "bugs": {
    "url": "https://github.com/eiei114/pi-weighted-model-router/issues"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "model-router",
    "weighted-routing",
    "llm"
  ],
  "engines": {
    "node": ">=22.19.0"
  },
  "files": [
    "README.md",
    "SECURITY.md",
    "LICENSE",
    "src"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "node --import tsx --test \"test/**/*.test.ts\"",
    "check": "npm run typecheck && npm test && npm run release:npm:dry",
    "release:npm:dry": "npm pack --dry-run",
    "prepublishOnly": "npm run check",
    "version:check": "node scripts/check-version-bump.mjs"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.80.3",
    "@earendil-works/pi-coding-agent": "^0.80.3",
    "@earendil-works/pi-tui": "^0.80.3",
    "@types/node": "^26.1.1",
    "tsx": "^4.22.3",
    "typebox": "^1.1.38",
    "typescript": "^7.0.2"
  }
}
