-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 965 Bytes
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 965 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "ai-cli-switch",
"version": "1.0.1",
"description": "One-command configuration tool for AI CLI tools — Claude Code, Codex, Gemini CLI, OpenCode & OpenClaw. Bring your own Base URL.",
"type": "module",
"bin": {
"ai-cli-switch": "bin/index.js"
},
"files": [
"bin",
"src"
],
"keywords": [
"ai",
"cli",
"claude-code",
"claude",
"codex",
"gemini",
"gemini-cli",
"opencode",
"openclaw",
"api-key",
"configuration",
"base-url",
"proxy",
"anthropic",
"openai",
"google",
"ai-tools",
"developer-tools",
"cli-tool",
"api-config",
"setup",
"interactive",
"ai-cli",
"llm",
"ai-setup",
"claude-code-config",
"openai-proxy",
"api-proxy"
],
"author": "",
"license": "MIT",
"dependencies": {
"@inquirer/prompts": "^7.0.0",
"chalk": "^5.3.0",
"ora": "^8.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}