2026-03-15 20:02:05 -07:00
|
|
|
{
|
|
|
|
|
"name": "@openclaw/openshell-sandbox",
|
|
|
|
|
"version": "2026.3.14",
|
|
|
|
|
"private": true,
|
|
|
|
|
"description": "OpenClaw OpenShell sandbox backend",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"openclaw": {
|
2026-03-20 09:30:16 +01:00
|
|
|
"plugins": [
|
2026-03-15 20:02:05 -07:00
|
|
|
"./index.ts"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|