mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 01:31:08 +00:00
22 lines
394 B
JSON
22 lines
394 B
JSON
{
|
|
"name": "@openclaw/webhooks",
|
|
"version": "2026.4.11",
|
|
"private": true,
|
|
"description": "OpenClaw webhook bridge plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"bundle": {
|
|
"stageRuntimeDependencies": true
|
|
},
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|