-
-
Notifications
You must be signed in to change notification settings - Fork 252
/
Copy pathpackage.json
51 lines (51 loc) · 1.38 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
45
46
47
48
49
50
51
{
"dependencies": {
"@discordjs/builders": "^0.11.0",
"@discordjs/opus": "^0.7.0",
"@discordjs/voice": "^0.7.5",
"colors": "^1.4.0",
"cpu-stat": "^2.0.1",
"discord.js": "^13.5.0",
"enmap": "^5.8.7",
"erela.js": "^2.3.3",
"erela.js-apple": "^1.2.6",
"erela.js-deezer": "^1.0.7",
"erela.js-facebook": "^1.0.4",
"erela.js-spotify": "^1.2.0",
"moment": "^2.29.1",
"ms": "^2.1.3",
"radio-browser": "^2.1.9"
},
"name": "discord-js-lavalink-music-bot-erela-js-lava-music",
"version": "8.0.0",
"description": "An advanced Discord.js Music Bot, which connects via Lavalink and erela.js! Including Slash-Commands and a BUTTON-BASED-REQUEST-SYSTEM",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tomato6966/discord-js-lavalink-Music-Bot-erela-js.git"
},
"keywords": [
"discord",
"discord.js",
"music",
"music-bot",
"discord-bot",
"nodejs",
"erela-js",
"lavalink",
"buttons",
"menu",
"youtube",
"spotify"
],
"author": "Tomato#6966",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tomato6966/discord-js-lavalink-Music-Bot-erela-js/issues"
},
"homepage": "https://github.com/Tomato6966/discord-js-lavalink-Music-Bot-erela-js#readme"
}