forked from DanBot-Hosting/DanBotHostingStats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 895 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
{
"name": "hostingstats",
"version": "1.0.0",
"description": "Main bot for DanBot Hosting",
"main": "index.js",
"scripts": {
"start": "npm install && node index.js",
"econfig": "node generate-example-config.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": {
"axios": "^1.4.0",
"better-sqlite3": "^8.5.0",
"chalk": "^3.0.0",
"discord.js": "^12.5.3",
"humanize-duration": "^3.28.0",
"moment": "^2.29.4",
"nodemailer": "^6.9.3",
"path": "^0.12.7",
"ping-tcp-js": "^1.5.0",
"quick.db": "^7.1.3",
"validator": "^13.9.0"
}
}