{
  "name": "pi-live-compaction",
  "version": "0.1.7",
  "description": "Live streaming compaction for Pi — structured summaries with preset routing, Liquid templates, files-touched manifests, and a full TUI settings panel.",
  "author": "Victor Software House",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/victor-software-house/pi-live-compaction.git"
  },
  "homepage": "https://github.com/victor-software-house/pi-live-compaction#readme",
  "bugs": {
    "url": "https://github.com/victor-software-house/pi-live-compaction/issues"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "compaction",
    "context-management",
    "context-engineering",
    "live-streaming",
    "llm",
    "coding-agent",
    "developer-tools"
  ],
  "type": "module",
  "files": [
    "dist",
    "examples",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./dist/index.mjs"
    ],
    "image": "https://raw.githubusercontent.com/victor-software-house/pi-live-compaction/main/assets/thumbs/final/pi-live-compaction-og.png",
    "description": "Live streaming compaction with preset routing, Liquid templates, 11 continuity sections, and a TUI settings panel."
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    }
  },
  "dependencies": {
    "dedent": "^1.7.2",
    "pi-template-kit": "^0.1.1"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.16",
    "@changesets/changelog-github": "^0.7.0",
    "@changesets/cli": "^2.31.0",
    "@commitlint/cli": "^21.0.2",
    "@commitlint/config-conventional": "^21.0.2",
    "@earendil-works/pi-ai": "^0.78.0",
    "@earendil-works/pi-coding-agent": "^0.78.0",
    "@earendil-works/pi-tui": "^0.78.0",
    "@limegrass/eslint-plugin-import-alias": "^1.6.1",
    "@types/node": "^25.9.1",
    "oxlint": "^1.67.0",
    "publint": "^0.3.21",
    "tsdown": "^0.22.1",
    "tsx": "^4.22.3",
    "typescript": "^6.0.3",
    "unplugin-unused": "^0.5.7",
    "vitest": "^4.1.7"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "check": "tsc --noEmit -p tsconfig.json",
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "biome check . && oxlint",
    "lint:fix": "biome check --write . && oxlint --fix",
    "format": "biome format --write .",
    "preview": "tsx bin/preview-compaction-prompt.ts",
    "examples:update": "tsx bin/update-examples.ts",
    "changeset": "changeset",
    "version": "changeset version",
    "release": "changeset publish",
    "build": "tsdown",
    "verify": "pnpm run typecheck && pnpm run lint && pnpm run test"
  }
}