-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 862 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
{
"name": "jukebox",
"version": "1.0.0",
"description": "Very simple discord music bot without any features locked behiend a paywall.",
"main": "index.js",
"license": "GPL",
"scripts": {
"start": "node index.js",
"lint": "eslint ./",
"lint/fix": "eslint ./ --fix --ext .js,.ts"
},
"dependencies": {
"@discordjs/opus": "^0.5.0",
"discord.js": "^12.5.1",
"discord.js-commando": "^0.12.3",
"dotenv": "^8.2.0",
"ffmpeg": "0.0.4",
"ffmpeg-static": "^4.2.8",
"fs": "0.0.1-security",
"keyv": "^4.0.3",
"lyrics-finder": "^21.7.0",
"node-opus": "^0.3.3",
"opusscript": "^0.0.8",
"update": "^0.7.4",
"youtube-sr": "^4.0.3",
"yt-search": "^2.7.5",
"ytdl-core": "^4.5.0",
"ytdl-core-discord": "^1.3.0",
"ytpl": "^2.1.0"
},
"devDependencies": {
"eslint": "^7.23.0"
}
}