{
  "name": "@jiajun0413/pi-provider-manager",
  "version": "0.6.2",
  "description": "Roundrobin failover engine for the pi coding agent — virtual provider pooling multiple candidates with sticky failover and cooldown",
  "type": "module",
  "keywords": ["pi-package", "pi-extension", "roundrobin", "failover"],
  "license": "MIT",
  "author": "Jiajun0413",
  "files": [
    "index.ts",
    "extensions/*.ts"
  ],
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-ai": "*"
  },
  "pi": {
    "extensions": ["index.ts"]
  }
}
