{
  "name": "pi-opencode-go-cache",
  "version": "0.3.1",
  "description": "Prompt caching for Pi's OpenCode Go provider (kimi, deepseek, mimo, qwen, minimax). Stamps prompt_cache_key, 24h retention, and cache_control breakpoints on every request — beyond what pi-ai or opencode CLI do by default.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "opencode-go",
    "prompt-cache",
    "cache-control"
  ],
  "license": "MIT",
  "author": "nnocte",
  "type": "module",
  "scripts": {
    "clean": "echo 'nothing to clean'",
    "build": "echo 'nothing to build'",
    "check": "echo 'nothing to check'"
  },
  "pi": {
    "extensions": [
      "./extensions/opencode-go-cache.ts"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nnocte/pi-opencode-go-cache.git"
  },
  "homepage": "https://github.com/nnocte/pi-opencode-go-cache",
  "bugs": {
    "url": "https://github.com/nnocte/pi-opencode-go-cache/issues"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-ai": "*"
  }
}
