{
  "name": "context-bar",
  "version": "0.10.3",
  "description": "Usage and cost visibility for Claude Code and Codex. Cross-platform terminal CLI (macOS/Linux/Windows) with ccusage-style reports + a live 5h-block dashboard.",
  "license": "Apache-2.0",
  "repository": "github:htahaozlu/context-bar",
  "homepage": "https://github.com/htahaozlu/context-bar",
  "keywords": ["claude", "codex", "usage", "cost", "tokens", "ccusage", "cli", "cross-platform", "terminal", "tui"],
  "type": "module",
  "bin": { "context-bar": "dist/cli.js" },
  "files": ["dist", "LICENSE", "README.md"],
  "optionalDependencies": {
    "@htahaozlu/context-bar-darwin-arm64": "0.10.3",
    "@htahaozlu/context-bar-darwin-x64": "0.10.3",
    "@htahaozlu/context-bar-linux-arm64": "0.10.3",
    "@htahaozlu/context-bar-linux-x64": "0.10.3",
    "@htahaozlu/context-bar-win32-arm64": "0.10.3",
    "@htahaozlu/context-bar-win32-x64": "0.10.3"
  }
}
