{ "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", "ethers": "^6.3.0", "lodash": "^4.17.21", "redis": "^4.6.5", "rxjs": "^7.8.0" }, "devDependencies": { "@types/lodash": "^4.14.194", "typescript": "^4.9.5" } }