Files
EJClaw/runners/codex-runner/package.json
Eyejoker 7576bcd3ff Update agent SDKs and add gated Codex goals support (#114)
* add gated codex goals support

* sync README SDK versions

* bump claude agent sdk

* add codex goals settings toggle
2026-05-02 01:42:04 +09:00

21 lines
456 B
JSON

{
"name": "ejclaw-codex-runner",
"version": "1.0.0",
"type": "module",
"description": "Codex app-server runner for EJClaw",
"packageManager": "bun@1.3.11",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "bun dist/index.js"
},
"dependencies": {
"@openai/codex": "0.128.0",
"ejclaw-runners-shared": "file:../shared"
},
"devDependencies": {
"@types/node": "^22.10.7",
"typescript": "^5.7.3"
}
}