webhook-proxy-server/package.json

19 lines
357 B
JSON

{
"name": "webhook-proxy-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"colors": "^1.4.0",
"express": "^5.1.0",
"express-ws": "^5.0.2"
}
}