forked from Aayush-683/BrokenDisc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 821 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
{
"name": "broken-disc",
"version": "0.9.0",
"description": "Discord music bot built with discord.js",
"main": "index.js",
"author": "BlackKnight683 <[email protected]>",
"private": true,
"homepage": "https://github.com/BlackKnight683/Broken-Disc",
"repository": "github:BlackKnight683/Broken-Disc",
"bugs": "https://github.com/BlackKnight683/Broken-Disc/issues",
"engines": {
"node": "12.x"
},
"dependencies": {
"@discordjs/opus": "^0.3.3",
"array-move": "^3.0.1",
"discord.js": "^12.5.1",
"erit-ytdl": "^0.1.2",
"ffmpeg-static": "^4.2.3",
"lyrics-finder": "^21.0.5",
"simple-youtube-api": "^5.1.1",
"soundcloud-downloader": "^0.2.1",
"string-progressbar": "^1.0.1",
"ytdl-core": "^4.1.2"
},
"scripts": {
"start": "node index.js"
}
}