{
  "name": "pi-router",
  "version": "0.4.3",
  "description": "Intelligent routing layer for pi coding agent with multi-level failover, circuit breaker, and comprehensive observability",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist",
    "index.ts",
    "config-wizard.ts",
    "config-wizard-ui.ts",
    "config-wizard-flow.ts",
    "config-wizard-two-tier.ts",
    "config-wizard-flat.ts",
    "router-routes.ts",
    "examples",
    "README.md",
    "README.zh-CN.md",
    "LICENSE",
    "INSTALL.md",
    "CHANGELOG.md",
    "ARCHITECTURE.md",
    "TESTING.md"
  ],
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "router",
    "failover",
    "multi-channel",
    "circuit-breaker",
    "load-balancer",
    "llm",
    "ai",
    "claude",
    "observability"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "author": "Jiang Jilin",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jiangge/pi-router.git"
  },
  "bugs": {
    "url": "https://github.com/jiangge/pi-router/issues"
  },
  "homepage": "https://github.com/jiangge/pi-router#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.79.0",
    "@earendil-works/pi-ai": ">=0.79.1",
    "@earendil-works/pi-tui": ">=0.79.2"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.79.1",
    "@earendil-works/pi-tui": "^0.79.2",
    "@types/node": "^20.0.0",
    "@vitest/coverage-v8": "^4.1.8",
    "typescript": "^5.0.0",
    "vitest": "^4.1.8"
  },
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage"
  },
  "dependencies": {}
}
