{
  "name": "pi-cache-insight",
  "version": "1.1.0",
  "description": "Cache-prefix break analysis for pi: session summary, turn-distribution chart, and a miss-analysis view that detects when the cacheable prefix (system prompt + tools + messages) was rewritten — with per-miss cost, cache leverage, and context occupancy.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "cache",
    "prompt-cache",
    "tokens",
    "context",
    "cost"
  ],
  "license": "MIT",
  "files": [
    "*.ts",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "engines": {
    "node": ">=20"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wenjiudaijiugui/pi-cache-insight.git"
  }
}
