@spyder1211/cc-history
Version:
Claude Code usage history viewer
53 lines (52 loc) • 1.11 kB
JSON
{
"name": "@spyder1211/cc-history",
"version": "1.0.2",
"description": "Claude Code usage history viewer",
"main": "dist/index.js",
"bin": {
"cc-history": "dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "ts-node src/index.ts",
"start": "node dist/index.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"claude",
"claude-code",
"history",
"cli",
"usage",
"analytics",
"tokens",
"cost-analysis"
],
"author": {
"name": "spyder1211",
"url": "https://github.com/spyder1211"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/spyder1211/cc-history.git"
},
"bugs": {
"url": "https://github.com/spyder1211/cc-history/issues"
},
"homepage": "https://github.com/spyder1211/cc-history#readme",
"dependencies": {
"chalk": "^5.3.0",
"inquirer": "^9.2.0",
"cli-table3": "^0.6.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/inquirer": "^9.0.0",
"typescript": "^5.0.0",
"ts-node": "^10.0.0"
},
"files": [
"dist/"
]
}