Files
openclaw/extensions/lobster/package.json
2026-02-20 00:02:53 +01:00

15 lines
293 B
JSON

{
"name": "@openclaw/lobster",
"version": "2026.2.20",
"description": "Lobster workflow tool plugin (typed pipelines + resumable approvals)",
"type": "module",
"devDependencies": {
"openclaw": "workspace:*"
},
"openclaw": {
"extensions": [
"./index.ts"
]
}
}