{
  "name": "ccusage",
  "version": "20.0.24",
  "description": "Analyze coding (agent) CLI token usage and costs from local data",
  "homepage": "https://github.com/ccusage/ccusage#readme",
  "bugs": {
    "url": "https://github.com/ccusage/ccusage/issues"
  },
  "license": "MIT",
  "author": "ryoppippi",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ccusage/ccusage.git",
    "directory": "apps/ccusage"
  },
  "funding": "https://github.com/sponsors/ryoppippi",
  "bin": {
    "ccusage": "./src/cli.js"
  },
  "files": [
    "config-schema.json",
    "src/cli.js"
  ],
  "type": "module",
  "devDependencies": {
    "@types/node": "^24.13.3"
  },
  "optionalDependencies": {
    "@ccusage/ccusage-darwin-arm64": "20.0.24",
    "@ccusage/ccusage-darwin-x64": "20.0.24",
    "@ccusage/ccusage-linux-arm64": "20.0.24",
    "@ccusage/ccusage-linux-x64": "20.0.24",
    "@ccusage/ccusage-win32-arm64": "20.0.24",
    "@ccusage/ccusage-win32-x64": "20.0.24"
  },
  "scripts": {
    "build": "scripts/ensure-native-binary.nu && publint"
  }
}