-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "hosting-bot",
"version": "1.0.0",
"description": "Simple Host bot for Pterodactyl",
"main": "src/index.js",
"scripts": {
"web": "nodemon .",
"test": "echo \"Error: no test specified\" && exit 1",
"db": "if [ ! -d \"db\" ]; then mkdir db; mongod --dbpath $PWD/db; else mongod --dbpath $PWD/db; fi"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanBot-Hosting/DanBotHostingStats.git"
},
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/DanBot-Hosting/DanBotHostingStats/issues"
},
"homepage": "https://github.com/DanBot-Hosting/DanBotHostingStats#readme",
"dependencies": {
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"chalk": "^4.1.2",
"discord.js": "^14.15.3",
"fastify": "^4.27.0",
"mongoose": "^8.4.1",
"nodemailer": "^6.9.13",
"ping-tcp-js": "^2.0.4",
"pino-pretty": "^11.2.0",
"redis": "^4.6.14",
"tiny-glob": "^0.2.9",
"undici": "^6.18.2"
},
"packageManager": "[email protected]"
}