{
  "name": "@hk_net/pi-usage-bars",
  "version": "0.5.0",
  "description": "Quota, balance, and spend indicators for current Pi providers",
  "keywords": [
    "pi-package",
    "pi",
    "extension",
    "usage",
    "codex",
    "anthropic",
    "zai",
    "kimi",
    "minimax",
    "openrouter",
    "deepseek",
    "moonshot"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hknet/pi-usage-bars.git"
  },
  "homepage": "https://github.com/hknet/pi-usage-bars#readme",
  "bugs": {
    "url": "https://github.com/hknet/pi-usage-bars/issues"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "type": "module",
  "files": [
    "extensions",
    "docs",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "bun test tests",
    "typecheck": "tsc --noEmit",
    "check": "npm run typecheck && npm test",
    "prepublishOnly": "npm run check"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.84.2",
    "@earendil-works/pi-tui": "0.84.2",
    "@types/bun": "1.3.14",
    "@types/node": "24.13.3",
    "typescript": "5.9.3"
  },
  "pi": {
    "extensions": [
      "./extensions/usage-bars/index.ts"
    ],
    "image": "https://raw.githubusercontent.com/hknet/pi-usage-bars/main/assets/usage-command.png"
  }
}
