wolfcountBot/package.json

27 lines
528 B
JSON

{
"name": "wolfbot",
"version": "1.0.0",
"description": "Counts wolfs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"wolf",
"count"
],
"author": "Ultimateplayer1999",
"license": "ISC",
"dependencies": {
"discord.js": "^14.11.0",
"dotenv": "^16.0.0",
"ejs": "^3.1.9",
"express": "^4.18.2",
"glob": "^7.2.0",
"helmet": "^7.0.0",
"moment": "^2.29.4",
"mongoose": "^7.1.0",
"node-cron": "^3.0.2"
}
}