Files
openclaw/extensions/lobster/package.json
2026-03-12 04:01:57 +00:00

15 lines
295 B
JSON

{
"name": "@openclaw/lobster",
"version": "2026.3.11",
"description": "Lobster workflow tool plugin (typed pipelines + resumable approvals)",
"type": "module",
"dependencies": {
"@sinclair/typebox": "0.34.48"
},
"openclaw": {
"extensions": [
"./index.ts"
]
}
}