wolfcountBot/package.json

27 lines
528 B
JSON
Raw Permalink 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-08-13 12:33:49 +00:00
"discord.js": "^14.11.0",
2023-04-28 11:48:43 +00:00
"dotenv": "^16.0.0",
2023-05-02 13:29:51 +00:00
"ejs": "^3.1.9",
"express": "^4.18.2",
2023-04-28 11:48:43 +00:00
"glob": "^7.2.0",
2023-05-24 08:31:35 +00:00
"helmet": "^7.0.0",
2023-04-28 11:48:43 +00:00
"moment": "^2.29.4",
"mongoose": "^7.1.0",
"node-cron": "^3.0.2"
2023-04-26 07:26:55 +00:00
}
}