mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 00:50:42 +00:00
39 lines
834 B
JSON
39 lines
834 B
JSON
{
|
|
"name": "@openclaw/acpx",
|
|
"version": "2026.5.1-beta.2",
|
|
"description": "OpenClaw ACP runtime backend",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openclaw/openclaw"
|
|
},
|
|
"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"
|
|
],
|
|
"install": {
|
|
"npmSpec": "@openclaw/acpx",
|
|
"defaultChoice": "npm",
|
|
"minHostVersion": ">=2026.4.25"
|
|
},
|
|
"compat": {
|
|
"pluginApi": ">=2026.4.25"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.5.1-beta.2"
|
|
},
|
|
"release": {
|
|
"publishToClawHub": true,
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|