-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.44 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.44 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
59
60
{
"name": "codexfast",
"version": "0.19.0",
"description": "Enable Fast mode, GPT-5.5, /fast, Speed menu, and Plugins in OpenAI Codex.app for custom API users on macOS.",
"scripts": {
"build": "tsx scripts/build-codexfast.mts",
"build:check": "tsx scripts/build-codexfast.mts --check",
"check:version-drift": "tsx scripts/check-supported-version-drift.mts",
"inspect:bundle-targets": "tsx scripts/inspect-bundle-targets.mts",
"test": "pnpm build:check && pnpm check:version-drift && bash test/re-sign-flow.sh",
"typecheck": "tsc --noEmit",
"prepack": "pnpm build:check"
},
"packageManager": "pnpm@10.33.0",
"bin": {
"codexfast": "bin/codexfast"
},
"engines": {
"node": ">=18.12.0"
},
"files": [
"bin/codexfast",
"LICENSE",
"README.md",
"README.zh-CN.md"
],
"os": [
"darwin"
],
"keywords": [
"codexfast",
"codex",
"openai-codex",
"codex-app",
"codex-fast",
"fast-mode",
"gpt-5.5",
"model-list",
"plugins",
"codex-plugins",
"speed-menu",
"custom-api",
"electron-asar",
"macos"
],
"homepage": "https://github.com/Veath/codexfast",
"repository": {
"type": "git",
"url": "git+https://github.com/Veath/codexfast.git"
},
"bugs": {
"url": "https://github.com/Veath/codexfast/issues"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^18.19.0",
"tsx": "^4.21.0",
"typescript": "^6.0.3"
}
}