forked from openai/codex
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.18 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.18 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
{
"name": "codex-monorepo",
"version": "3.0.0",
"private": true,
"description": "Codex - Enterprise AI engineering platform",
"scripts": {
"format": "prettier --check *.json *.md docs/*.md .github/workflows/*.yml **/*.js",
"format:fix": "prettier --write *.json *.md docs/*.md .github/workflows/*.yml **/*.js",
"audit": "pnpm audit --level=high",
"security:check": "pnpm exec npm audit --audit-level=high || true",
"deps:update": "pnpm up --latest",
"version:sync": "node scripts/sync-version.mjs",
"version:check": "node scripts/sync-version.mjs --check"
},
"devDependencies": {
"prettier": "^3.5.3",
"pyright": "^1.1.405"
},
"resolutions": {
"braces": "^3.0.3",
"micromatch": "^4.0.8",
"semver": "^7.7.1",
"ws": "^8.19.0",
"path-to-regexp": "^6.3.0",
"cookie": "^0.7.2",
"ip": "^2.0.1"
},
"overrides": {
"punycode": "^2.3.1",
"ws": "^8.19.0",
"express": "^5.2.1"
},
"engines": {
"node": ">=22",
"pnpm": ">=10.29.3"
},
"packageManager": "pnpm@10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc"
}