webhook-proxy/package.json
2024-03-17 01:01:22 +01:00

22 lines
462 B
JSON

{
"name": "webhook-proxy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.7",
"base64-arraybuffer": "^1.0.2",
"body-parser": "^1.20.2",
"discord-webhooks-node": "^1.0.4",
"express": "^4.18.3",
"form-data": "^4.0.0",
"node-fetch": "^3.3.2"
}
}