chchhook_github/package.json

19 lines
367 B
JSON

{
"name": "chchbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"discord-webhook-node": "^1.1.8",
"dotenv": "^16.0.3",
"request": "^2.88.2",
"request-promise": "^4.2.6"
}
}