16 lines
406 B
JSON
16 lines
406 B
JSON
{
|
|
"name": "bside-webhook-proxy",
|
|
"version": "1.0.0",
|
|
"description": "Multi-project webhook proxy for incoming webhooks (Square, Stripe, GitHub, etc.) that forwards to Appwrite functions with proper auth headers.",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.19.2"
|
|
},
|
|
"license": "MIT"
|
|
} |