-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 884 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
{
"name": "discordbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/voice": "^0.10.0",
"@distube/soundcloud": "^1.2.1",
"@distube/spotify": "^1.4.2",
"@distube/yt-dlp": "^1.1.3",
"@distube/ytdl-core": "^4.11.7",
"ascii-table": "0.0.9",
"colors": "^1.4.0",
"discord-giveaways": "^5.2.2",
"discord-ytdl-core": "^5.0.4",
"discord.js": "^13.11.0",
"distube": "^3.3.4",
"dotenv": "^16.0.3",
"ffmpeg-static": "^5.1.0",
"glob": "^8.0.3",
"libsodium-wrappers": "^0.7.10",
"lyrics-finder": "^21.7.0",
"mongoose": "^5.13.16",
"ms": "^2.1.3",
"opusscript": "0.0.8",
"youtube-sr": "^4.3.4"
}
}