-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 761 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "claude-config-switch",
"version": "1.8.1",
"description": "Claude配置切换工具及其他工具",
"main": "index.js",
"bin": {
"ccs": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"claude",
"config",
"switch",
"api",
"cli",
"anthropic"
],
"author": "canglong",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/canglong/claude-code-switch.git"
},
"homepage": "https://github.com/canglong/claude-code-switch",
"bugs": {
"url": "https://github.com/canglong/claude-code-switch/issues"
},
"dependencies": {
"chalk": "^4.1.2",
"commander": "^11.1.0",
"inquirer": "^8.2.5"
}
}