{
  "name": "claude-code-cache-fix",
  "version": "4.3.0",
  "description": "Cache optimization proxy and interceptor for Claude Code. Fixes prompt cache bugs, stabilizes prefix, reduces quota burn.",
  "type": "module",
  "exports": {
    ".": "./preload.mjs",
    "./proxy/server": "./proxy/server.mjs"
  },
  "main": "./preload.mjs",
  "bin": {
    "cache-fix-proxy": "./bin/claude-via-proxy.mjs"
  },
  "files": [
    "preload.mjs",
    "postinstall.js",
    "tools/",
    "hooks/",
    "claude-fixed.bat",
    "proxy/",
    "bin/",
    "templates/",
    "THIRD_PARTY_LICENSES"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "test": "node --test",
    "postinstall": "node postinstall.js"
  },
  "dependencies": {
    "hpagent": "^1.2.0",
    "proper-lockfile": "^4.1.2"
  },
  "peerDependenciesMeta": {
    "sharp": {
      "optional": true
    }
  },
  "keywords": [
    "claude-code",
    "claude",
    "prompt-cache",
    "cache-fix",
    "anthropic",
    "cost-optimization"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cnighswonger/claude-code-cache-fix.git"
  },
  "bugs": {
    "url": "https://github.com/cnighswonger/claude-code-cache-fix/issues"
  },
  "homepage": "https://github.com/cnighswonger/claude-code-cache-fix#readme",
  "funding": {
    "type": "individual",
    "url": "https://buymeacoffee.com/vsits"
  },
  "license": "MIT",
  "author": "Chris Nighswonger <dev@vsits.co> (https://vsits.co)"
}
