mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:10:43 +00:00
Simplify plugin installation and runtime loading around package-manager-owned dependencies, with Jiti reserved for local/TS fallback paths. Also scans npm plugin install roots so hoisted transitive dependencies are covered by dependency denylist and node_modules symlink checks.
19 lines
332 B
JSON
19 lines
332 B
JSON
{
|
|
"name": "@openclaw/webhooks",
|
|
"version": "2026.4.25",
|
|
"private": true,
|
|
"description": "OpenClaw webhook bridge plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"zod": "^4.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|