-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
40 lines (40 loc) · 1005 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
40
{
"name": "host-bot",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"dependencies": {
"@androz2091/discord-invites-tracker": "^1.2.3",
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.16.1",
"axios": "^0.26.1",
"chalk": "^2.4.2",
"delay": "^5.0.0",
"discord.js": "^14.14.1",
"dns": "^0.2.2",
"erela.js": "^2.4.0",
"erela.js-spotify": "^1.2.0",
"format-duration": "^2.0.0",
"mathjs": "^11.12.0",
"minecraft-pinger": "^1.0.5",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"mongoose": "^6.12.3",
"ms": "^2.1.3",
"nekobot-api": "^2.1.0",
"node-cron": "^3.0.3",
"node-superfetch": "^0.2.3",
"os": "^0.1.2",
"ping": "^0.4.4",
"prettysize": "^2.0.0",
"quick.db": "^7.1.3",
"string-table": "^0.1.5",
"systeminformation": "^5.21.20",
"util": "^0.12.5",
"validator": "^13.11.0"
}
}