ccrotate
Version:
A simple CLI tool to manage and rotate multiple Claude Code accounts, helping you bypass rate limits
42 lines • 918 B
JSON
{
"name": "ccrotate",
"version": "1.0.13",
"description": "A simple CLI tool to manage and rotate multiple Claude Code accounts, helping you bypass rate limits",
"keywords": [
"claude",
"cli",
"account-management",
"rate-limit",
"claude-code"
],
"homepage": "https://github.com/somersby10ml/ccrotate",
"bugs": {
"url": "https://github.com/somersby10ml/ccrotate/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/somersby10ml/ccrotate.git"
},
"license": "MIT",
"author": "somersby10ml",
"type": "module",
"bin": {
"ccrotate": "./cli.js"
},
"dependencies": {
"chalk": "5.4.1",
"commander": "14.0.0",
"ink": "6.1.0",
"msgpack-lite": "0.1.26",
"prompts": "2.4.2",
"react": "19.1.1"
},
"packageManager": "pnpm@10.13.1",
"engines": {
"node": ">=18.0.0"
},
"main": "cli.js",
"files": [
"*"
]
}