UNPKG

ccusage

Version:

Usage analysis tool for Claude Code

38 lines 960 B
{ "name": "ccusage", "version": "17.2.1", "description": "Usage analysis tool for Claude Code", "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", "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" } }