{
  "name": "pi-cache-stack",
  "version": "0.5.2",
  "description": "Official Pi tool discovery and active-tool policy: minimal initial tools with lazy search and additive activation; prompt caching and deferred loading remain official Pi/provider responsibilities",
  "type": "module",
  "files": [
    "*.ts",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "pi",
    "pi-package",
    "extension",
    "cache",
    "lazy-tools"
  ],
  "author": "awoaCrim",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/awoaCrim/pi-cache-stack.git"
  },
  "license": "MIT",
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "node --experimental-strip-types --test \"tests/**/*.test.ts\"",
    "prepublishOnly": "npm run typecheck && npm run test"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": ">=0.81.0 <0.85.0",
    "@earendil-works/pi-coding-agent": ">=0.81.0 <0.85.0",
    "typebox": ">=1.1.0 <2.0.0"
  },
  "devDependencies": {
    "@earendil-works/pi-agent-core": "0.84.3",
    "@earendil-works/pi-ai": "0.84.3",
    "@earendil-works/pi-coding-agent": "0.84.3",
    "@types/node": "24.13.3",
    "typebox": "1.3.7",
    "typescript": "5.9.3"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  }
}
