plugins: add bundled webhooks TaskFlow bridge (#61892)

Merged via squash.

Prepared head SHA: ca58fb77a8
Co-authored-by: mbelinky <132747814+mbelinky@users.noreply.github.com>
Co-authored-by: mbelinky <132747814+mbelinky@users.noreply.github.com>
Reviewed-by: @mbelinky
This commit is contained in:
Mariano
2026-04-06 15:59:47 +02:00
committed by GitHub
parent f3cc8d12d6
commit ebad21c94d
15 changed files with 1700 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "@openclaw/webhooks",
"version": "2026.4.6",
"private": true,
"description": "OpenClaw webhook bridge plugin",
"type": "module",
"dependencies": {
"zod": "^4.3.6"
},
"openclaw": {
"bundle": {
"stageRuntimeDependencies": true
},
"extensions": [
"./index.ts"
]
}
}