mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:50:43 +00:00
39 lines
830 B
JSON
39 lines
830 B
JSON
{
|
|
"name": "@openclaw/lobster",
|
|
"version": "2026.5.3",
|
|
"description": "Lobster workflow tool plugin (typed pipelines + resumable approvals)",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openclaw/openclaw"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@clawdbot/lobster": "2026.4.6",
|
|
"ajv": "^8.20.0",
|
|
"typebox": "1.1.37"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"install": {
|
|
"npmSpec": "@openclaw/lobster",
|
|
"defaultChoice": "npm",
|
|
"minHostVersion": ">=2026.4.25"
|
|
},
|
|
"compat": {
|
|
"pluginApi": ">=2026.5.3"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.5.3"
|
|
},
|
|
"release": {
|
|
"publishToClawHub": true,
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|