cc-code-status
Version:
Enhanced Claude Code launcher with statusline - supports multiple custom API configurations and code statistics
60 lines (59 loc) • 1.32 kB
JSON
{
"name": "cc-code-status",
"version": "2.0.4",
"description": "Enhanced Claude Code launcher with statusline - supports multiple custom API configurations and code statistics",
"main": "dist/index.js",
"bin": {
"cc-code-status": "dist/cli.js",
"ccs": "dist/cli.js"
},
"scripts": {
"build": "tsc",
"postinstall": "node scripts/postinstall.js || exit 0",
"prepack": "npm run build"
},
"files": [
"dist/",
"scripts/",
"README.md"
],
"keywords": [
"claude-code",
"claude-launcher",
"statusline",
"plugin",
"anthropic",
"ai",
"coding-assistant",
"cli",
"statistics",
"api-wrapper",
"multi-config"
],
"author": "qilin",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/willflow/cc-code-status.git"
},
"bugs": {
"url": "https://github.com/willflow/cc-code-status/issues"
},
"homepage": "https://github.com/willflow/cc-code-status#readme",
"dependencies": {
"ccgo": "^1.0.0",
"inquirer": "^8.2.7",
"chalk": "^4.1.2",
"boxen": "^5.1.2",
"conf": "^10.2.0",
"ora": "^5.4.1"
},
"devDependencies": {
"@types/node": "^20.11.10",
"@types/inquirer": "^8.2.10",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=16.0.0"
}
}