-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 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
{
"name": "discord-music-system",
"version": "3.3.14",
"description": "A very simple and powerful music module for Discord bots. Control your music with reactions. NEW: language translation!",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RemyK888/discord-music-system.git"
},
"keywords": [
"music",
"discord",
"youtube",
"player",
"remyk",
"bot",
"discordjs",
"javascript"
],
"author": "RemyK#3876",
"license": "MIT",
"dependencies": {
"@discordjs/opus": "^0.5.0",
"discord.js": "^12.5.3",
"ffmpeg-static": "^4.3.0",
"lyrics-finder": "^21.7.0",
"popyt": "^5.0.0",
"ytdl-core-discord": "^1.3.0",
"ytpl": "^2.2.0"
},
"bugs": {
"url": "https://github.com/RemyK888/discord-music-system/issues"
},
"homepage": "https://github.com/RemyK888/discord-music-system#readme",
"devDependencies": {
"@types/node": "^10.17.51",
"typescript": "^4.2.4"
}
}