-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 845 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 845 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
{
"name": "deepseek-openai-codex",
"version": "0.2.0-alpha.1",
"description": "Configuration-only DeepSeek Harness bundle that enables the built-in Pi-backed OpenAI Codex route",
"type": "module",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/OpenCnid/deepseek-openai-codex.git"
},
"engines": {
"node": "^22.19.0 || >=24.0.0"
},
"exports": {
"./cordis.patch.yml": "./cordis.patch.yml",
"./package.json": "./package.json"
},
"files": [
"cordis.patch.yml",
"README.md",
"COMPATIBILITY.md"
],
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
}
},
"scripts": {
"test": "node --test tests/*.test.mjs",
"check:dsh": "node scripts/check-dsh.mjs",
"pack:inspect": "pnpm pack --dry-run"
},
"packageManager": "pnpm@11.19.0"
}