{
  "name": "pi-universal-hud",
  "version": "0.1.3",
  "type": "module",
  "description": "Universal HUD statusline/footer extension for Pi with Codex usage windows and Claude HUD ANSI styling.",
  "author": "basd1995 <1035102183@qq.com>",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi-extension",
    "hud",
    "statusline"
  ],
  "scripts": {
    "check": "tsc --noEmit",
    "test": "node test/run-tests.mjs",
    "build": "tsc --noEmit",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run check"
  },
  "files": [
    "src",
    "README.md",
    "package.json"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@types/node": "^24.3.0",
    "typescript": "^5.9.3"
  }
}
