mirror of
https://github.com/aydenjahola/discord-multipurpose-bot.git
synced 2024-11-22 08:45:55 +00:00
20 lines
385 B
JSON
20 lines
385 B
JSON
|
{
|
||
|
"name": "esports-bot",
|
||
|
"version": "1.0.0",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"description": "",
|
||
|
"dependencies": {
|
||
|
"discord.js": "^14.15.3",
|
||
|
"dotenv": "^16.4.5",
|
||
|
"express": "^4.19.2",
|
||
|
"mongoose": "^8.6.0",
|
||
|
"nodemailer": "^6.9.14"
|
||
|
}
|
||
|
}
|