{
  "name": "@javargasm/pi-usage-bars",
  "version": "0.2.1",
  "description": "Usage indicator for pi — footer status bars and /usage command for Codex, Claude, Z.AI, Gemini, Antigravity, OpenCode Go, and Kiro",
  "keywords": [
    "pi-package",
    "pi",
    "extension",
    "usage",
    "codex",
    "anthropic",
    "gemini",
    "antigravity",
    "kiro",
    "opencode-go"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/javargasm/pi-usage-bars.git"
  },
  "homepage": "https://github.com/javargasm/pi-usage-bars#readme",
  "bugs": {
    "url": "https://github.com/javargasm/pi-usage-bars/issues"
  },
  "type": "module",
  "files": [
    "extensions",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "bun test tests/usage-bars-core.test.ts",
    "test:all": "bun run tests/run-all.ts",
    "changeset": "changeset",
    "version": "changeset version",
    "publish:dry-run": "npm publish --dry-run",
    "prepublishOnly": "bun run test"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "pi": {
    "extensions": [
      "./extensions/usage-bars/index.ts"
    ]
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "engines": {
    "node": ">=20"
  },
  "devDependencies": {
    "@changesets/changelog-github": "^0.7.0",
    "@changesets/cli": "^2.31.0"
  }
}
