-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.1 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
{
"name": "codex-profile",
"version": "0.2.0",
"description": "Switch Codex CLI/Desktop profiles and run experimental parallel Desktop instances.",
"license": "MIT",
"homepage": "https://ducksss.github.io/codex-profiles/",
"repository": {
"type": "git",
"url": "git+https://github.com/Ducksss/codex-profiles.git"
},
"bugs": {
"url": "https://github.com/Ducksss/codex-profiles/issues"
},
"keywords": [
"ai-tools",
"automation",
"chatgpt",
"codex",
"codex-account-switcher",
"codex-cli",
"codex-desktop",
"codex-home",
"codex-profiles",
"developer-tools",
"openai",
"openai-codex",
"productivity",
"vibe-coding"
],
"bin": {
"codex-profile": "bin/codex-profile",
"codex-profiles": "bin/codex-profile"
},
"files": [
"bin/codex-profile",
"CHANGELOG.md",
"docs",
"LICENSE",
"media",
"README.md",
"SECURITY.md"
],
"os": [
"darwin",
"linux"
],
"scripts": {
"pack:check": "npm pack --dry-run --silent",
"test": "make test"
},
"publishConfig": {
"access": "public"
}
}