{
  "name": "pi-omni-compact",
  "version": "0.1.2",
  "description": "Pi extension that delegates compaction to a large-context model subprocess",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "settings.json",
    "CHANGELOG.md",
    "LICENSE",
    "README.md"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "scripts": {
    "prepublishOnly": "npm run validate && npm run build",
    "typecheck": "tsc --noEmit",
    "lint": "oxlint -c .oxlintrc.json src tests",
    "lint:fix": "oxlint -c .oxlintrc.json src tests --fix",
    "format": "oxfmt --config .oxfmtrc.jsonc src tests",
    "format:check": "oxfmt --config .oxfmtrc.jsonc src tests --check",
    "validate": "npm run typecheck && npm run lint && npm run format:check",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:e2e": "vitest run --config vitest.e2e.config.ts",
    "build": "tsc"
  },
  "keywords": [
    "pi",
    "pi-package",
    "extension",
    "compaction",
    "context",
    "gemini"
  ],
  "author": "Will Hampson",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Whamp/pi-omni-compact.git"
  },
  "homepage": "https://github.com/Whamp/pi-omni-compact#readme",
  "bugs": {
    "url": "https://github.com/Whamp/pi-omni-compact/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/node": "^25.2.2",
    "oxfmt": "^0.28.0",
    "oxlint": "^1.43.0",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  },
  "peerDependencies": {
    "@mariozechner/pi-agent-core": "*",
    "@mariozechner/pi-coding-agent": "*"
  }
}
