mirror of https://github.com/openclaw/openclaw.git
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
|
|
}
|
|
}
|
|
}
|