Files
openclaw/extensions/acpx/package.json
2026-05-04 23:07:09 +01:00

53 lines
1.2 KiB
JSON

{
"name": "@openclaw/acpx",
"version": "2026.5.4",
"description": "OpenClaw ACP runtime backend",
"repository": {
"type": "git",
"url": "https://github.com/openclaw/openclaw"
},
"type": "module",
"dependencies": {
"@agentclientprotocol/claude-agent-acp": "0.32.0",
"@zed-industries/codex-acp": "0.13.0",
"acpx": "0.6.1"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"
},
"openclaw": {
"extensions": [
"./index.ts"
],
"install": {
"npmSpec": "@openclaw/acpx",
"defaultChoice": "npm",
"minHostVersion": ">=2026.4.25"
},
"compat": {
"pluginApi": ">=2026.5.4"
},
"build": {
"openclawVersion": "2026.5.4",
"staticAssets": [
{
"source": "./src/runtime-internals/mcp-proxy.mjs",
"output": "mcp-proxy.mjs"
},
{
"source": "./src/runtime-internals/error-format.mjs",
"output": "error-format.mjs"
},
{
"source": "./src/runtime-internals/mcp-command-line.mjs",
"output": "mcp-command-line.mjs"
}
]
},
"release": {
"publishToClawHub": true,
"publishToNpm": true
}
}
}