{
  "name": "@iurysza/pi-cache-hit-predictor",
  "version": "0.2.1",
  "description": "Predicts reusable prompt-cache prefixes when Pi switches model or reasoning lanes.",
  "type": "module",
  "license": "MIT",
  "author": "Igor Warzocha",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "prompt-cache",
    "cache-prediction",
    "model-switching"
  ],
  "engines": {
    "node": ">=22.19.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iurysza/pi-extensions.git",
    "directory": "packages/pi-cache-hit-predictor"
  },
  "bugs": {
    "url": "https://github.com/iurysza/pi-extensions/issues"
  },
  "homepage": "https://github.com/iurysza/pi-extensions/tree/main/packages/pi-cache-hit-predictor#readme",
  "files": [
    "index.ts",
    "src",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "main": "index.ts",
  "exports": "./index.ts",
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.10",
    "@types/node": "^24.12.4",
    "typescript": "^7.0.2"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "npm run build && node --test dist/tests/*.test.js",
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "check": "npm run typecheck && npm test",
    "prepack": "npm run typecheck"
  }
}
