mirror of https://github.com/openclaw/openclaw.git
25 lines
490 B
JSON
25 lines
490 B
JSON
{
|
|
"name": "@openclaw/lobster",
|
|
"version": "2026.4.4",
|
|
"description": "Lobster workflow tool plugin (typed pipelines + resumable approvals)",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@sinclair/typebox": "0.34.49"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"compat": {
|
|
"pluginApi": ">=2026.4.4"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.4.4"
|
|
},
|
|
"release": {
|
|
"publishToClawHub": true,
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|