mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
15 lines
295 B
JSON
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"
|
|
]
|
|
}
|
|
}
|