{
  "name": "pi-readcache",
  "version": "0.2.0",
  "description": "🧠 Pi extension that optimizes read tool calls with replay-aware caching and compaction-safe trust reconstruction",
  "author": "Gurpartap Singh",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Gurpartap/pi-readcache.git"
  },
  "bugs": {
    "url": "https://github.com/Gurpartap/pi-readcache/issues"
  },
  "homepage": "https://github.com/Gurpartap/pi-readcache",
  "keywords": [
    "pi",
    "pi-extension",
    "pi-package",
    "readcache",
    "read",
    "cache",
    "compaction"
  ],
  "engines": {
    "node": ">=20"
  },
  "files": [
    "index.ts",
    "src",
    "README.md",
    "LICENSE",
    "package.json"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "vitest run"
  },
  "dependencies": {
    "@sinclair/typebox": "^0.34.40",
    "diff": "^8.0.2"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@types/node": "^24.5.2",
    "typescript": "^5.9.2",
    "vitest": "^3.2.4"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  }
}
