{
  "name": "@hypabolic/pi-hypa",
  "version": "0.1.11",
  "description": "Pi extension that keeps noisy tool output out of your context window. Automatically rewrites shell commands through Hypa for local, deterministic compression, context-aware file tools, and recoverable evidence.",
  "homepage": "https://github.com/Hypabolic/Hypa#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/Hypabolic/Hypa",
    "directory": "packages/pi-hypa"
  },
  "license": "FSL-1.1-ALv2",
  "type": "module",
  "keywords": [
    "pi-package",
    "hypa",
    "pi"
  ],
  "files": [
    "extensions",
    "scripts",
    "README.md"
  ],
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "scripts": {
    "build": "tsc --noEmit",
    "test": "tsx --test test/*.test.ts",
    "postinstall": "node scripts/postinstall.js"
  },
  "dependencies": {
    "@earendil-works/pi-tui": "^0.79.8",
    "@hypabolic/hypa": "0.1.11"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@types/node": "^24.0.0",
    "tsx": "^4.20.0",
    "typescript": "^5.8.0"
  }
}
