gwei-alert-bot/package.json

22 lines
472 B
JSON

{
"name": "gwei-alert-bot",
"version": "0.0.1",
"description": "Discord bot for monitoring EVM gas fees",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "MrTuxedo",
"license": "WTFPL",
"dependencies": {
"discord.js": "^14.9.0",
"dotenv": "^16.0.3",
"redis": "^4.6.5",
"web3": "^0.20.7"
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/redis": "^4.0.11"
}
}