-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1001 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
35
36
37
38
39
40
41
{
"name": "minesettimibot",
"version": "1.2.10",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/voice": "^0.14.0",
"bufferutil": "^4.0.7",
"discord.js": "^14.13.0",
"dotenv": "^16.0.2",
"erlpack": "^0.1.4",
"ffmpeg-static": "^5.1.0",
"fs": "^0.0.1-security",
"gamedig": "^4.0.5",
"libsodium-wrappers": "^0.7.10",
"opusscript": "^0.0.8",
"path": "^0.12.7",
"play-dl": "^1.9.6",
"prism-media": "^1.3.4",
"random": "^4.1.0",
"sodium": "^3.0.2",
"sodium-native": "^3.4.1",
"utf-8-validate": "^5.0.10",
"yt-search": "^2.10.3",
"ytdl-core": "^4.11.2",
"ytdl-core-discord": "^1.3.1",
"ytpl": "^2.3.0",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"@types/gamedig": "^3.0.2",
"@types/yt-search": "^2.3.2"
}
}