-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 KB
/
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
36
37
38
39
40
41
42
43
44
{
"name": "groovy",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.5.3",
"@discordjs/voice": "^0.15.0",
"@distube/ytdl-core": "^4.11.7",
"avconv": "^3.1.0",
"axios": "^0.24.0",
"axios-retry": "^3.3.1",
"discord-api-types": "^0.33.5",
"discord-music-player": "^8.3.1",
"discord-ytdl-core": "^5.0.4",
"discord.js": "^13.14.0",
"distube": "^3.3.4",
"domhandler": "^4.3.1",
"ffmpeg-static": "^4.4.1",
"genius-lyrics": "^4.4.3",
"get-artist-title": "^1.3.1",
"htmlparser2": "^7.2.0",
"libsodium-wrappers": "^0.7.10",
"miniget": "^4.2.2",
"node-opus": "^0.3.3",
"opusscript": "^0.0.8",
"sax": "^1.2.4",
"sodium": "^3.0.2",
"spotify-url-info": "^2.2.9",
"sqlite": "^4.1.2",
"sqlite3": "^5.1.1",
"string-progressbar": "^1.0.4",
"yarn": "^1.22.19",
"youtubei": "^0.0.1-rc.27",
"ytdl": "^1.4.1",
"ytdl-core": "^4.11.0",
"ytsr": "^3.8.0"
},
"description": ""
}