claude-code-switch
Version:
A CLI tool for managing and switching Claude Code model providers
47 lines • 957 B
JSON
{
"name": "claude-code-switch",
"version": "0.0.7",
"description": "A CLI tool for managing and switching Claude Code model providers",
"main": "src/index.js",
"bin": {
"ccs": "./bin/ccs.js"
},
"scripts": {
"start": "node src/index.js"
},
"keywords": [
"claude",
"claude-code",
"cli",
"provider",
"anthropic",
"ai",
"switcher",
"environment-variables"
],
"author": "CCS Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/CavinHuang/claude-code-switch.git"
},
"bugs": {
"url": "https://github.com/CavinHuang/claude-code-switch/issues"
},
"homepage": "https://github.com/CavinHuang/claude-code-switch#readme",
"dependencies": {
"cac": "^6.7.14",
"chalk": "^4.1.2",
"inquirer": "^8.2.5"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"src/",
"bin/",
"LICENSE",
"README.md",
"CHANGELOG.md"
]
}