MOOver.js/package.json

16 lines
285 B
JSON
Raw Normal View History

2020-10-30 21:52:39 +00:00
{
"name": "discord-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2021-12-27 16:15:42 +00:00
"discord.js": "^12.4.1",
"dotenv": "^10.0.0"
2020-10-30 21:52:39 +00:00
}
}