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