-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 866 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
{
"name": "discord-jukebox",
"version": "1.0.0",
"description": "Un bot discord qui fait du bruit.",
"main": "index.js",
"repository": "https://github.com/yannhodiesne/discord-jukebox",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Yann Hodiesne (barkbork)",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.3.3",
"bufferutil": "^4.0.2",
"discord-ytdl-core": "^5.0.0",
"discord.js": "^12.5.1",
"erlpack": "github:discordapp/erlpack",
"ffmpeg": "0.0.4",
"ffmpeg-static": "^4.2.7",
"fluent-ffmpeg": "^2.1.2",
"libsodium-wrappers": "^0.7.8",
"utf-8-validate": "^5.0.3",
"yt-search": "^2.5.1",
"ytdl-core": "^4.1.7",
"ytpl": "^2.0.3",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"eslint": "^7.15.0"
}
}