-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 950 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 950 Bytes
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
{
"name": "@danbot-hosting/mainbot",
"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": {
"@sentry/node": "^10.46.0",
"@sentry/profiling-node": "^10.46.0",
"axios": "^1.14.0",
"chalk": "^4.1.2",
"discord.js": "^14.25.1",
"humanize-duration": "^3.33.2",
"moment": "^2.30.1",
"mysql2": "^3.20.0",
"nodemailer": "^8.0.4",
"path": "^0.12.7",
"ping-tcp-js": "^2.0.4",
"validator": "^13.15.26"
}
}