-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 972 Bytes
/
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
37
38
39
{
"name": "mc-server-track",
"version": "1.0.0",
"description": "MC Server Track is a Discord bot capable of pinging and tracking the uptime of Minecraft servers!",
"main": "MC_Server_Track.js",
"scripts": {
"test": "jest",
"start": "bash STARTME.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IsakTheHacker/MC-Server-Track.git"
},
"author": "IsakTheHacker",
"license": "ISC",
"bugs": {
"url": "https://github.com/IsakTheHacker/MC-Server-Track/issues"
},
"homepage": "https://github.com/IsakTheHacker/MC-Server-Track#readme",
"dependencies": {
"@discordjs/rest": "^2.3.0",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"minecraft-server-util": "^5.4.4",
"module-alias": "^2.2.3",
"mongoose": "^8.5.4",
"ms": "^2.1.3",
"node": "^22.7.0",
"node-html-to-image": "^4.0.0"
},
"_moduleAliases": {
"@root": ".",
"@models": "models/"
},
"devDependencies": {
"jest": "^29.7.0"
}
}