2023-04-26 03:26:55 -04:00
|
|
|
{
|
|
|
|
"name": "wolfbot",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Counts wolfs",
|
2023-04-28 07:48:43 -04:00
|
|
|
"main": "index.js",
|
2023-04-26 03:26:55 -04:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"wolf",
|
|
|
|
"count"
|
|
|
|
],
|
2023-04-28 07:48:43 -04:00
|
|
|
"author": "Ultimateplayer1999",
|
2023-04-26 03:26:55 -04:00
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2023-04-28 07:48:43 -04:00
|
|
|
"discord.js": "^14.0.3",
|
|
|
|
"dotenv": "^16.0.0",
|
2023-05-02 09:29:51 -04:00
|
|
|
"ejs": "^3.1.9",
|
|
|
|
"express": "^4.18.2",
|
2023-04-28 07:48:43 -04:00
|
|
|
"glob": "^7.2.0",
|
2023-05-24 04:31:35 -04:00
|
|
|
"helmet": "^7.0.0",
|
2023-04-28 07:48:43 -04:00
|
|
|
"moment": "^2.29.4",
|
|
|
|
"mongoose": "^7.1.0",
|
|
|
|
"node-cron": "^3.0.2"
|
2023-04-26 03:26:55 -04:00
|
|
|
}
|
|
|
|
}
|