mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:40:44 +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.
20 lines
405 B
JSON
20 lines
405 B
JSON
{
|
|
"name": "@openclaw/acpx",
|
|
"version": "2026.4.25",
|
|
"description": "OpenClaw ACP runtime backend",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@agentclientprotocol/claude-agent-acp": "0.31.4",
|
|
"@zed-industries/codex-acp": "0.12.0",
|
|
"acpx": "0.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|