mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-10 03:21:57 +02:00
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
19 lines
323 B
JSON
19 lines
323 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|