openclaw/extensions/lobster/package.json

12 lines
235 B
JSON
Raw Normal View History

{
"name": "@clawdbot/lobster",
2026-01-25 22:13:00 +00:00
"version": "2026.1.25",
"type": "module",
"description": "Lobster workflow tool plugin (typed pipelines + resumable approvals)",
"clawdbot": {
2026-01-22 09:39:47 +00:00
"extensions": [
"./index.ts"
]
}
}