forked from bssr-nodes/bssr-nodes-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1020 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
{
"name": "hostingstats",
"version": "1.0.0",
"description": "Main bot for DanBot Hosting",
"main": "index.js",
"scripts": {
"start": "npm install && node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanBotHosting/DanBotHostingStats.git"
},
"author": "DanBot Hosting LTD",
"license": "MIT",
"bugs": {
"url": "https://github.com/DanBotHosting/DanBotHostingStats/issues"
},
"homepage": "https://github.com/DanBotHosting/DanBotHostingStats#readme",
"dependencies": {
"@discordjs/rest": "^2.3.0",
"axios": "^1.4.0",
"better-sqlite3": "^8.5.0",
"chalk": "^3.0.0",
"discord-api-types": "^0.37.92",
"discord.js": "^14.15.3",
"humanize-duration": "^3.28.0",
"moment": "^2.29.4",
"ms": "^2.1.3",
"nodemailer": "^6.9.3",
"os-utils": "0.0.14",
"path": "^0.12.7",
"ping-tcp-js": "^1.5.0",
"quick.db": "^7.1.3",
"validator": "^13.9.0",
"strip-ansi": "latest",
"ansi-to-html": "latest"
}
}