ccusage
Version:
Usage analysis tool for Claude Code
34 lines • 953 B
JSON
{
"name": "ccusage",
"type": "module",
"version": "15.1.0",
"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"
},
"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",
"./mcp": "./dist/mcp.js",
"./pricing-fetcher": "./dist/pricing-fetcher.js",
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": "./dist/index.js",
"files": [
"dist"
]
}