Files
openclaw/extensions/openshell/package.json
2026-05-14 21:38:45 +01:00

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
}
}
}