mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:50:43 +00:00
23 lines
467 B
JSON
23 lines
467 B
JSON
{
|
|
"name": "@openclaw/acpx",
|
|
"version": "2026.4.25",
|
|
"description": "OpenClaw ACP runtime backend",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@agentclientprotocol/claude-agent-acp": "0.31.0",
|
|
"@zed-industries/codex-acp": "0.12.0",
|
|
"acpx": "0.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"bundle": {
|
|
"stageRuntimeDependencies": true
|
|
}
|
|
}
|
|
}
|