26 lines
503 B
JSON
26 lines
503 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.0.3",
|
|
"dotenv": "^16.0.0",
|
|
"ejs": "^3.1.9",
|
|
"express": "^4.18.2",
|
|
"glob": "^7.2.0",
|
|
"moment": "^2.29.4",
|
|
"mongoose": "^7.1.0",
|
|
"node-cron": "^3.0.2"
|
|
}
|
|
}
|