-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.05 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.05 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@4xian/ccapi",
"version": "1.0.4",
"author": "4xian (https://github.com/4xian)",
"description": "Claude Code settings.json中key自动配置工具,方便API_KEY、AUTH_TOKEN、多模型快速切换",
"repository": "https://github.com/4xian/claude-auto-api.git",
"homepage": "https://github.com/4xian",
"main": "dist/index.js",
"bin": {
"ccapi": "bin/ccapi"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"prepublishOnly": "npm run build"
},
"keywords": [
"claude",
"claude code",
"ccapi",
"AI",
"api",
"cli",
"config",
"settings"
],
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^11.1.0",
"fs-extra": "^11.2.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.9.0"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"dist",
"bin",
"README.md"
]
}