mc-status-bot/package.json

18 lines
354 B
JSON

{
"name": "mcstatus",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
"colors": "^1.4.0",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"minecraft-status": "^1.1.0"
}
}