{
  "name": "ccusage",
  "type": "module",
  "version": "18.0.10",
  "description": "Usage analysis tool for Claude Code",
  "author": "ryoppippi",
  "license": "MIT",
  "funding": "https://github.com/ryoppippi/ccusage?sponsor=1",
  "homepage": "https://github.com/ryoppippi/ccusage#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ryoppippi/ccusage.git",
    "directory": "apps/ccusage"
  },
  "bugs": {
    "url": "https://github.com/ryoppippi/ccusage/issues"
  },
  "exports": {
    ".": "./dist/index.js",
    "./calculate-cost": "./dist/calculate-cost.js",
    "./data-loader": "./dist/data-loader.js",
    "./debug": "./dist/debug.js",
    "./logger": "./dist/logger.js",
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "ccusage": "./dist/index.js"
  },
  "files": [
    "config-schema.json",
    "dist"
  ],
  "engines": {
    "node": ">=20.19.4"
  }
}