mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-20 06:20:55 +00:00
18 lines
346 B
JSON
18 lines
346 B
JSON
{
|
|
"name": "@openclaw/lobster",
|
|
"version": "2026.3.14",
|
|
"description": "Lobster workflow tool plugin (typed pipelines + resumable approvals)",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@sinclair/typebox": "0.34.48"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"release": {
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|