mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-15 13:19:24 +02:00
39 lines
816 B
JSON
39 lines
816 B
JSON
{
|
|
"name": "@openclaw/openshell-sandbox",
|
|
"version": "2026.5.14",
|
|
"description": "OpenClaw OpenShell sandbox backend",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openclaw/openclaw"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"openshell": "0.1.0",
|
|
"zod": "4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"install": {
|
|
"npmSpec": "@openclaw/openshell-sandbox",
|
|
"defaultChoice": "npm",
|
|
"minHostVersion": ">=2026.5.12-beta.1"
|
|
},
|
|
"compat": {
|
|
"pluginApi": ">=2026.5.14"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.5.14",
|
|
"bundledDist": false
|
|
},
|
|
"release": {
|
|
"publishToClawHub": true,
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|