mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 06:10:43 +00:00
Simplify plugin installation and runtime loading around package-manager-owned dependencies, with Jiti reserved for local/TS fallback paths. Also scans npm plugin install roots so hoisted transitive dependencies are covered by dependency denylist and node_modules symlink checks.
22 lines
450 B
JSON
22 lines
450 B
JSON
{
|
|
"name": "@openclaw/codex",
|
|
"version": "2026.4.25",
|
|
"description": "OpenClaw Codex harness and model provider plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@mariozechner/pi-coding-agent": "0.71.1",
|
|
"@openai/codex": "0.128.0",
|
|
"ajv": "^8.20.0",
|
|
"ws": "^8.20.0",
|
|
"zod": "^4.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|