{
  "name": "@better-ccusage/codex",
  "version": "1.4.3",
  "description": "Usage analysis tool for OpenAI Codex sessions",
  "homepage": "https://github.com/cobra91/better-ccusage#readme",
  "bugs": {
    "url": "https://github.com/cobra91/better-ccusage/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cobra91/better-ccusage.git"
  },
  "funding": "https://github.com/cobra91/better-ccusage?sponsor=1",
  "license": "MIT",
  "author": "cobra91",
  "type": "module",
  "module": "./dist/index.js",
  "bin": {
    "better-ccusage-codex": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=20.19.4"
  }
}