{
  "name": "pi-for-k3",
  "version": "0.2.1",
  "description": "Kimi K3 prefix-cache optimizer extension for pi-agent (dual-channel, zero-fork)",
  "type": "module",
  "license": "MIT",
  "author": "WuP1ao0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WuP1ao0/pi-for-k3.git"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "pi-coding-agent",
    "kimi",
    "k3",
    "moonshot",
    "prefix-cache",
    "prompt-caching",
    "cost"
  ],
  "scripts": {
    "test": "node --experimental-strip-types k3-cache.matrix.test.mts"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@sinclair/typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.82.1",
    "@sinclair/typebox": "^0.34.52"
  },
  "pi": {
    "extensions": [
      "./k3-cache.ts"
    ]
  },
  "files": [
    "k3-cache.ts",
    "README.md",
    "LICENSE"
  ]
}
