{
  "name": "pi-cache-guardian",
  "version": "1.0.7",
  "description": "Pi Agent extension that maximizes prompt-cache hit rate and reduces token cost",
  "keywords": [
    "pi-package",
    "pi",
    "agent",
    "pi-extension",
    "pi-coding-agent",
    "cache",
    "prompt-cache",
    "kv-cache",
    "optimizer",
    "deepseek",
    "openai",
    "claude"
  ],
  "homepage": "https://github.com/icefairy/pi-cache-guardian",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/icefairy/pi-cache-guardian.git"
  },
  "license": "MIT",
  "author": "icefairy",
  "type": "module",
  "main": "extensions/cache-guardian.ts",
  "files": [
    "extensions/",
    "LICENSE",
    "README.md",
    "README.zh-CN.md"
  ],
  "pi": {
    "extensions": ["./extensions/cache-guardian.ts"]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.84.0"
  },
  "scripts": {}
}
