Files
openclaw/extensions/lobster/package.json

15 lines
295 B
JSON
Raw Normal View History

{
2026-01-30 03:15:10 +01:00
"name": "@openclaw/lobster",
2026-03-13 01:37:52 +00:00
"version": "2026.3.12",
"description": "Lobster workflow tool plugin (typed pipelines + resumable approvals)",
2026-01-31 21:13:13 +09:00
"type": "module",
"dependencies": {
"@sinclair/typebox": "0.34.48"
},
2026-01-30 03:15:10 +01:00
"openclaw": {
2026-01-22 09:39:47 +00:00
"extensions": [
"./index.ts"
]
}
}