{
  "name": "tokmax",
  "version": "0.9.19",
  "description": "Scan your local Codex + Claude Code logs, aggregate per-model token usage, and publish the API-equivalent $ to the tokmax leaderboard (tokmax.dev). Prices: LiteLLM, counting: ccusage. Aggregates only \u2014 never your prompts, files, or keys.",
  "type": "module",
  "bin": {
    "tokmax": "bin/tokmax.mjs"
  },
  "engines": {
    "node": ">=18"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eugeneshilow/tokmax.git"
  },
  "homepage": "https://tokmax.dev",
  "keywords": [
    "codex",
    "claude-code",
    "tokens",
    "usage",
    "leaderboard",
    "tokenmax",
    "vibecoding",
    "litellm",
    "ccusage"
  ],
  "files": [
    "bin/",
    "src/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "start": "node bin/tokmax.mjs",
    "prices:refresh": "node scripts/refresh-litellm-prices.mjs"
  }
}
