-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.35 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.35 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
49
50
51
52
53
54
55
56
57
58
{
"name": "claude-code-multi-accounts",
"version": "0.3.8",
"description": "Installer and CLI for switching Claude Code oauthAccount entries across Windows, WSL, and Unix shells.",
"license": "MIT",
"type": "commonjs",
"bin": {
"claude-code-multi-accounts": "cli.cjs"
},
"files": [
"cc-switch.cjs",
"cli.cjs",
"install.cjs",
"install.cmd",
"install.sh",
"LICENSE",
"lib/store/io.cjs",
"lib/store/accounts.cjs",
"lib/usage/cache.cjs",
"lib/usage/fetch.cjs",
"lib/usage/format.cjs",
"lib/output/accounts.cjs",
"lib/output/usage.cjs",
"lib/output/messages.cjs",
"lib/actions/sync.cjs",
"lib/actions/usage.cjs",
"lib/actions/remove.cjs",
"lib/actions/list.cjs",
"lib/actions/switch.cjs",
"README.md",
"session-start.cjs",
"statusline.cjs",
"uninstall.cjs",
"uninstall.cmd",
"uninstall.sh"
],
"engines": {
"node": ">=18"
},
"keywords": [
"claude-code",
"oauth",
"switcher",
"wsl",
"windows"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Leuconoe/ClaudeCodeMultiAccounts.git"
},
"homepage": "https://github.com/Leuconoe/ClaudeCodeMultiAccounts#readme",
"bugs": {
"url": "https://github.com/Leuconoe/ClaudeCodeMultiAccounts/issues"
},
"scripts": {
"pack:check": "npm pack --dry-run"
}
}