{
  "name": "pi-cachepoint",
  "version": "0.1.1",
  "description": "Cache-aware idle compaction for long-running pi sessions",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-agent",
    "prompt-cache",
    "compaction"
  ],
  "license": "MIT",
  "author": "Hugo Heyman <hugo.heyman@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HeyHugo/pi-cachepoint.git"
  },
  "bugs": {
    "url": "https://github.com/HeyHugo/pi-cachepoint/issues"
  },
  "homepage": "https://github.com/HeyHugo/pi-cachepoint#readme",
  "engines": {
    "node": ">=22.19.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*"
  },
  "pi": {
    "extensions": [
      "./extensions/cachepoint.ts"
    ]
  },
  "files": [
    "extensions",
    "README.md",
    "CHANGELOG.md"
  ],
  "scripts": {
    "test": "node --import tsx --test test/*.test.ts",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@types/node": "^22.15.3",
    "tsx": "^4.19.3",
    "typescript": "^5.8.3"
  }
}
