-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 961 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 961 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
{
"name": "@loongphy/codex-auth",
"version": "0.2.3-alpha.1",
"description": "CLI for switching Codex accounts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Loongphy/codex-auth"
},
"homepage": "https://github.com/Loongphy/codex-auth",
"bugs": {
"url": "https://github.com/Loongphy/codex-auth/issues"
},
"bin": {
"codex-auth": "bin/codex-auth.js"
},
"files": [
"bin/",
"LICENSE",
"README.md"
],
"optionalDependencies": {
"@loongphy/codex-auth-linux-x64": "0.2.3-alpha.1",
"@loongphy/codex-auth-darwin-x64": "0.2.3-alpha.1",
"@loongphy/codex-auth-darwin-arm64": "0.2.3-alpha.1",
"@loongphy/codex-auth-win32-x64": "0.2.3-alpha.1"
},
"scripts": {
"check:versions": "node scripts/npm/check-versions.mjs",
"stage:npm": "node scripts/npm/stage-packages.mjs"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18"
}
}