-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 927 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
{
"name": "ubuntu-server-helper",
"version": "1.0.0",
"description": "A discord bot to get alerts or execute commands on a remote ubuntu server",
"main": "index.js",
"scripts": {
"code": "git pull && npm i && code UbuntuHelper.code-workspace && eslint --no-fix .",
"c": "npm run code"
},
"author": "",
"license": "ISC",
"dependencies": {
"@tcortega/minecraft-protocol-forge": "^1.2.0",
"cheerio": "^1.0.0",
"cron": "^3.1.7",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"mcping-js": "^1.5.0",
"minecraft-protocol": "^1.47.0",
"module-alias": "^2.2.3",
"node-id3": "^0.2.6",
"pretty-ms": "^7.0.1",
"prometheus-query": "^3.4.0",
"youtube-dl-exec": "^2.5.8",
"youtube-sr": "^4.3.11"
},
"devDependencies": {
"eslint": "^8.57.1"
},
"_moduleAliases": {
"@root": ".",
"@functions": "./utils/functions"
}
}