mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 07:50:42 +00:00
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "@openclaw/acpx",
|
|
"version": "2026.5.6",
|
|
"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.6"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.5.6",
|
|
"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
|
|
}
|
|
}
|
|
}
|