claude-analytics
Version:
Advanced Claude Code analytics with real-time token tracking, cost analysis, usage heatmaps, and productivity insights
37 lines (36 loc) • 875 B
JSON
{
"name": "claude-analytics",
"version": "3.0.1",
"description": "Advanced Claude Code analytics with real-time token tracking, cost analysis, usage heatmaps, and productivity insights",
"main": "index.js",
"bin": {
"claude-analytics": "bin/claude-logger.js"
},
"scripts": {
"postinstall": "node scripts/setup.js"
},
"keywords": [
"claude",
"claude-code",
"analytics",
"token-tracking",
"cost-analysis",
"productivity",
"heatmaps",
"usage-statistics",
"api-cost",
"session-tracking",
"parallel-computing",
"anthropic"
],
"author": "Enhanced by Claude Code Community",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sooth/claude-logger.git"
},
"homepage": "https://github.com/sooth/claude-logger#readme",
"engines": {
"node": ">=14.0.0"
}
}