-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.9 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.9 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
61
62
63
64
{
"name": "codewith-monorepo",
"private": true,
"description": "Tools for repo-wide maintenance.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/hasna/codewith.git"
},
"bugs": {
"url": "https://github.com/hasna/codewith/issues"
},
"homepage": "https://github.com/hasna/codewith#readme",
"scripts": {
"format": "prettier --check *.json *.md docs/*.md .github/workflows/*.yml **/*.js",
"format:fix": "prettier --write *.json *.md docs/*.md .github/workflows/*.yml **/*.js",
"write-hooks-schema": "cargo run --manifest-path ./codex-rs/Cargo.toml -p codex-hooks --bin write_hooks_schema_fixtures"
},
"devDependencies": {
"prettier": "^3.5.3"
},
"resolutions": {
"@babel/core@7.28.4": "7.29.6",
"@modelcontextprotocol/sdk": "1.29.0",
"ajv@6.12.6": "6.14.0",
"ajv@8.17.1": "8.20.0",
"brace-expansion@1.1.12": "1.1.13",
"brace-expansion@5.0.5": "5.0.6",
"braces": "^3.0.3",
"diff@4.0.2": "4.0.4",
"fast-uri": "3.1.2",
"flatted": "3.4.2",
"glob@10.4.5": "10.5.0",
"handlebars": "4.7.9",
"hono": "4.12.25",
"ip-address": "10.2.0",
"js-yaml@3.14.1": "4.2.0",
"js-yaml@4.1.0": "4.2.0",
"micromatch": "^4.0.8",
"minimatch@3.1.2": "3.1.4",
"minimatch@9.0.5": "9.0.7",
"path-to-regexp": "8.4.0",
"picomatch@2.3.1": "2.3.2",
"picomatch@4.0.3": "4.0.4",
"postcss@8.5.6": "8.5.10",
"qs@6.15.1": "6.15.2",
"rollup": "4.59.0",
"semver": "^7.7.1",
"yaml@2.8.1": "2.8.3"
},
"overrides": {
"punycode": "^2.3.1"
},
"engines": {
"node": ">=22",
"pnpm": ">=10.33.0"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"workspaces": [
"codex-cli",
"codex-rs/responses-api-proxy/npm",
"sdk/typescript"
]
}