{
  "name": "@lnilluv/pi-opencode-go-rotation",
  "version": "1.4.3",
  "description": "Rotate between multiple OpenCode Go API keys with reactive 429, rate-limit, and watchdog stall detection",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "pi": {
    "extensions": [
      "./dist/index.js"
    ]
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "typecheck": "tsc --noEmit",
    "test": "node --experimental-strip-types --test test/*.test.ts",
    "prepack": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lnilluv/pi-opencode-go-rotation.git"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": ">=0.71.1"
  },
  "keywords": [
    "pi-extension",
    "pi-package",
    "opencode",
    "api-key-rotation",
    "rate-limit"
  ],
  "license": "MIT",
  "devDependencies": {
    "@mariozechner/pi-coding-agent": "0.71.1",
    "typescript": "5.9.3"
  }
}
