-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.08 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
{
"name": "discord-bot",
"version": "1.0.0",
"description": "��r\u0000e\u0000a\u0000d\u0000 \u0000t\u0000h\u0000i\u0000s\u0000 \u0000i\u0000f\u0000 \u0000y\u0000o\u0000u\u0000r\u0000 \u0000g\u0000a\u0000y\u0000",
"main": "src/index.js",
"scripts": {
"dev": "nodemon .",
"start": "node src/index.js",
"guildList": "node src/utils/guildList.js",
"debug": "node src/utils/debugEvents.js",
"publicLavalinkServers": "node src/utils/getPublicLavalinkServers.js"
},
"keywords": [],
"author": "FishyPop",
"license": "MIT",
"dependencies": {
"@top-gg/sdk": "^3.1.6",
"@web-scrobbler/metadata-filter": "^3.2.0",
"axios": "^1.20.0",
"axios-cache-interceptor": "^1.12.3",
"canvacord": "^5.4.10",
"discord-hybrid-sharding": "^3.0.1",
"discord.js": "^14.27.0",
"djs-commander": "^0.0.45",
"dotenv": "^16.5.0",
"lavalink-client": "^2.11.0",
"mongoose": "^9.10.0",
"ms": "^2.1.3",
"node-cache": "^5.1.2",
"node-os-utils": "^1.3.7",
"pretty-ms": "^8.0.0",
"youtube-sr": "^4.3.12",
"youtubei": "^1.8.16"
}
}