2026-01-17 20:18:54 -08:00
|
|
|
{
|
2026-01-30 03:15:10 +01:00
|
|
|
"name": "@openclaw/lobster",
|
2026-03-13 01:37:52 +00:00
|
|
|
"version": "2026.3.12",
|
2026-01-17 20:18:54 -08:00
|
|
|
"description": "Lobster workflow tool plugin (typed pipelines + resumable approvals)",
|
2026-01-31 21:13:13 +09:00
|
|
|
"type": "module",
|
2026-03-03 05:33:03 +00:00
|
|
|
"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"
|
|
|
|
|
]
|
2026-01-17 20:18:54 -08:00
|
|
|
}
|
|
|
|
|
}
|