Files
Peter SteinbergerandGitHub fef846a3f0 build(protocol): make @openclaw/gateway-protocol publishable to npm (#111664)
* build(protocol): make @openclaw/gateway-protocol publishable to npm

* chore(mxc): align package version with release train

* fix(release): support gateway-only core packages
2026-07-19 23:18:24 -07:00

45 lines
978 B
JSON

{
"name": "@openclaw/mxc-sandbox",
"version": "2026.7.2",
"description": "OpenClaw MXC sandbox execution plugin for MXC-capable hosts",
"repository": {
"type": "git",
"url": "https://github.com/openclaw/openclaw"
},
"type": "module",
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"
},
"dependencies": {
"@microsoft/mxc-sdk": "0.7.0",
"zod": "4.4.3"
},
"openclaw": {
"extensions": [
"./index.ts"
],
"install": {
"npmSpec": "@openclaw/mxc-sandbox",
"defaultChoice": "npm",
"minHostVersion": ">=2026.6.11"
},
"compat": {
"pluginApi": ">=2026.7.2"
},
"build": {
"openclawVersion": "2026.7.2",
"bundledDist": false,
"staticAssets": [
{
"source": "./src/mxc-spawn-launcher.mjs",
"output": "mxc-spawn-launcher.mjs"
}
]
},
"release": {
"publishToClawHub": true,
"publishToNpm": true
}
}
}