{ "name": "gwei-alert-bot", "version": "0.0.1", "description": "Discord bot for monitoring EVM gas fees", "main": "index.js", "scripts": { "build": "tsc", "start": "node dist/index.js", "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", "web3-providers-ws": "^1.9.0" }, "devDependencies": { "@types/dotenv": "^8.2.0", "@types/redis": "^4.0.11", "typescript": "^4.9.5" } }