{
  "name": "@madgagarin/pi-agentrouter",
  "version": "2.1.1",
  "description": "Official Pi Coding Agent extension for AgentRouter (agentrouter.org). Connects GPT-6 Astra, GPT-5.6 Sol, Claude Opus 5, DeepSeek V4 Flash, and GLM 5.3 with live USD pricing, auto-sync settings, batch quota probe, prompt caching, and WAF protection.",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "pi",
    "agentrouter",
    "agentrouter.org",
    "agentrouter-org",
    "agent-router",
    "pi-agentrouter",
    "gpt-6-astra",
    "gpt-6",
    "gpt-5.6-sol",
    "claude-opus-5",
    "claude-opus-4-8",
    "deepseek-v4-flash",
    "deepseek-v4f",
    "glm-5.3",
    "deepseek",
    "prompt-caching",
    "openai",
    "claude",
    "anthropic",
    "llm-gateway",
    "llm-router",
    "ai-coding",
    "coding-agent"
  ],
  "author": "madgagarin (https://github.com/madgagarin)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/madgagarin/pi-agentrouter.git"
  },
  "homepage": "https://github.com/madgagarin/pi-agentrouter#readme",
  "bugs": {
    "url": "https://github.com/madgagarin/pi-agentrouter/issues"
  },
  "main": "index.ts",
  "files": [
    "index.ts",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.82.0"
  },
  "dependencies": {
    "pi-cache-optimizer": "^2.8.3"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.84.2",
    "@types/node": "^22.0.0",
    "typescript": "^5.8.0"
  }
}
