{
  "name": "pi-throttle",
  "version": "0.1.3",
  "description": "Enforce a configurable interval between Pi provider calls to reduce request bursts and avoid rate limits.",
  "type": "module",
  "license": "MIT",
  "author": "Israr Karimzai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/israrwz/pi-throttle.git"
  },
  "homepage": "https://github.com/israrwz/pi-throttle#readme",
  "bugs": {
    "url": "https://github.com/israrwz/pi-throttle/issues"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "rate-limit",
    "throttle"
  ],
  "files": [
    "extensions",
    "README.md",
    "LICENSE"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "pi": {
    "extensions": [
      "./extensions/pi-throttle.ts"
    ]
  }
}
