mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-05-09 03:00:20 -04:00
Merged via squash. Prepared head SHA: ca58fb77a8b4a05ea7cf81a20534c23298461b56 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"
|
|
]
|
|
}
|
|
}
|