wolfcountBot/package.json

24 lines
456 B
JSON
Raw Normal View History

2023-04-26 07:26:55 +00:00
{
"name": "wolfbot",
"version": "1.0.0",
"description": "Counts wolfs",
2023-04-28 11:48:43 +00:00
"main": "index.js",
2023-04-26 07:26:55 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"wolf",
"count"
],
2023-04-28 11:48:43 +00:00
"author": "Ultimateplayer1999",
2023-04-26 07:26:55 +00:00
"license": "ISC",
"dependencies": {
2023-04-28 11:48:43 +00:00
"discord.js": "^14.0.3",
"dotenv": "^16.0.0",
"glob": "^7.2.0",
"moment": "^2.29.4",
"mongoose": "^7.1.0",
"node-cron": "^3.0.2"
2023-04-26 07:26:55 +00:00
}
}