{
  "name": "@hypercarrier/pi-openai-blackmagic-compact",
  "version": "0.1.0-rc.12",
  "description": "Focused Pi hook extension for OpenAI-family server compaction.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/deephbz/pi-openai-blackmagic-compact.git"
  },
  "homepage": "https://github.com/deephbz/pi-openai-blackmagic-compact#readme",
  "bugs": {
    "url": "https://github.com/deephbz/pi-openai-blackmagic-compact/issues"
  },
  "author": "deephbz",
  "license": "MIT",
  "type": "module",
  "keywords": [
    "pi-package",
    "compaction",
    "openai"
  ],
  "engines": {
    "node": ">=20"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.83.0",
    "@earendil-works/pi-ai": ">=0.83.0",
    "@earendil-works/pi-tui": ">=0.83.0"
  },
  "scripts": {
    "test": "node --test test/*.test.mjs",
    "verify:package": "node scripts/verify-package.mjs",
    "pack:check": "npm pack --dry-run && npm run verify:package"
  },
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./src/extension.mjs"
    ]
  },
  "exports": {
    ".": "./src/extension.mjs"
  },
  "files": [
    "src",
    "docs/current",
    "README.md",
    "scripts/verify-package.mjs",
    "LICENSE"
  ],
  "devDependencies": {
    "fast-check": "^4.10.0"
  }
}
