{
  "name": "pi-midcompact",
  "version": "0.7.2",
  "description": "Branch-aware mid-context compression for the Pi coding agent",
  "author": "frostime",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/frostime/pi-midcompact.git"
  },
  "homepage": "https://github.com/frostime/pi-midcompact#readme",
  "bugs": {
    "url": "https://github.com/frostime/pi-midcompact/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "coding-agent",
    "context",
    "compression",
    "session"
  ],
  "files": [
    "src",
    "skills",
    "README.md",
    "README.zh-CN.md",
    "figures"
  ],
  "scripts": {
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "dev:webui": "tsx watch dev/review-webui-preview.ts",
    "test": "rm -rf .test-dist && tsc -p tsconfig.test.json && node test/install-mocks.mjs && node --test test/schema-contract.test.mjs test/core.test.mjs test/runtime-start.test.mjs test/runtime-agent.test.mjs test/runtime-user.test.mjs test/runtime-transaction.test.mjs test/runtime-lock.test.mjs && node test/review-webui-dom.test.mjs",
    "typecheck:contract": "tsc -p tsconfig.test.json --noEmit",
    "pack:check": "npm pack --dry-run"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "^0.84.1",
    "@earendil-works/pi-coding-agent": "^0.84.1",
    "@earendil-works/pi-tui": "^0.84.1"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.84.1",
    "@earendil-works/pi-coding-agent": "^0.84.1",
    "typescript": "^5.9.3",
    "tsx": "^4.23.13",
    "@earendil-works/pi-tui": "^0.84.1"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "skills": [
      "./skills"
    ]
  }
}
