-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.51 KB
/
Copy pathpackage.json
File metadata and controls
98 lines (98 loc) · 2.51 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "tritan-bot-v5",
"version": "6.0.2",
"description": "Tritan Bot is a general purpose bot with many high quality features, including a dashboard!",
"main": "manager.js",
"scripts": {
"uwu": "echo uwu ur gay"
},
"repository": {
"type": "git",
"url": "https://dev.azure.com/Team-Tritan/Tritan Bot"
},
"author": "Dylan James <github/dylanjamesdev>",
"keywords": [
"Tritan",
"Bot",
"Discord",
"Discord",
"Bot",
"Discord.js",
"Sharding",
"Dashboard",
"API",
"Utilities",
"Moderation",
"Music",
"Fun",
"Gifs",
"Games"
],
"dependencies": {
"@discord-player/extractor": "^3.0.2",
"@discordjs/builders": "^0.6.0",
"@discordjs/opus": "^0.5.3",
"@discordjs/voice": "^0.6.0",
"@newrelic/native-metrics": "^7.1.0",
"@sentry/browser": "^6.17.6",
"@sentry/node": "^6.13.2",
"@sentry/tracing": "^6.17.6",
"ascii-table": "^0.0.9",
"avconv": "^3.1.0",
"bufferutil": "^4.0.5",
"chalk": "^4.1.2",
"child_process": "^1.0.2",
"common-tags": "^1.8.0",
"cpu-stat": "^2.0.1",
"discord-buttons": "^4.0.0",
"discord-canvas": "^1.4.1",
"discord-giveaways": "^5.0.1",
"discord-player": "^5.1.0",
"discord-starboards": "^2.3.1",
"discord-together": "^1.3.0",
"discord-xp": "^1.1.16",
"discord.js": "^13.1.0",
"erlpack": "^0.1.4",
"express": "^4.17.1",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^4.4.0",
"figlet": "^1.5.2",
"fs": "^0.0.1-security",
"fs-extra": "^10.0.0",
"lyrics-finder": "^21.7.0",
"markdown-table": "^2.0.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mongoose": "5.13.4",
"mongoose-sentry-logger": "^1.0.3",
"ms": "^3.0.0-canary.1",
"nekos.life": "^2.0.7",
"newrelic": "^8.7.1",
"node-ddg": "^2.2.3",
"node-fetch": "2.6.7",
"node-superfetch": "^0.2.3",
"novelcovid": "^3.0.2",
"numeral": "^2.0.6",
"officegen": "^0.6.5",
"os": "^0.1.2",
"os-utils": "^0.0.14",
"parse-ms": "2.1.0",
"pet-pet-gif": "^1.0.9",
"prism-media": "^1.3.2",
"querystring": "^0.2.1",
"quick.db": "^7.1.3",
"quickmongo": "3.0.2",
"random-words": "^1.1.1",
"snekfetch": "^4.0.4",
"statcord.js": "^3.3.0",
"superagent": "^6.1.0",
"topgg-autoposter": "^2.0.0",
"tritanbot-starboards": "^0.0.5",
"unescape": "^1.0.1",
"utf-8-validate": "^5.0.7",
"weather-js": "^2.0.0",
"weky": "^3.1.8",
"ytdl-core": "^4.10.1",
"zlib-sync": "^0.1.7"
}
}