openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
24 lines (23 loc) • 515 B
JSON
{
"name": "@openclaw/crabbox-provider",
"version": "2026.9.2",
"private": true,
"description": "OpenClaw cloud worker provider backed by the Crabbox CLI",
"type": "module",
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"
},
"openclaw": {
"extensions": [
"./index.js"
],
"build": {
"staticAssets": [
{
"source": "./assets/openclaw-worker-wallpaper.png",
"output": "assets/openclaw-worker-wallpaper.png"
}
]
}
}
}