{
  "name": "@monotykamary/pi-vcc",
  "version": "0.7.1",
  "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/monotykamary/pi-vcc.git"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": "^0.79.8",
    "@earendil-works/pi-ai": "^0.79.8",
    "@earendil-works/pi-coding-agent": "^0.79.8",
    "typebox": ">=1.1.24 <2.0.0"
  },
  "devDependencies": {
    "@types/node": "^26.0.0",
    "knip": "6.14.1",
    "typescript": "6.0.3"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "lint:dead": "knip"
  }
}