{
  "name": "@sting8k/pi-vcc",
  "version": "0.3.18",
  "description": "Algorithmic conversation compactor for pi - transcript-preserving structured summaries, no LLM calls",
  "main": "index.ts",
  "keywords": [
    "pi-package",
    "pi-extension",
    "vcc",
    "compact",
    "compaction"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sting8k/pi-vcc.git"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.74.0 <1.0.0",
    "typebox": ">=1.1.24 <2.0.0"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  }
}
