24 lines
516 B
JSON
24 lines
516 B
JSON
{
|
|
"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",
|
|
"redis": "^4.6.5",
|
|
"rxjs": "^7.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|