-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.14 KB
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
46
47
{
"name": "muzuk",
"version": "1.0.0",
"description": "The best discord music bot with unlimited downloads, music, and more.",
"main": "muzuk.js",
"author": "Jairus Tanaka <jairus.v.tanaka@outlook.com>",
"license": "MIT",
"private": false,
"scripts": {
"start": "node .",
"shard": "node shard"
},
"dependencies": {
"@discordjs/opus": "^0.4.0",
"air5": "^6.6.3",
"air5-level": "^6.1.3",
"bufferutil": "^4.0.3",
"chalk": "^4.1.0",
"convert-seconds": "^1.0.1",
"discord-ytdl-core": "^5.0.0",
"discord.js": "12.5.1",
"dotenv": "^8.2.0",
"erlpack": "^0.1.3",
"fluent-ffmpeg": "^2.1.2",
"get-stream": "^6.0.0",
"get-youtube-playlist-id": "^0.0.1",
"is-url": "^1.2.4",
"libsodium-wrappers": "^0.7.9",
"lodash": "^4.17.20",
"lyrics-finder": "^21.7.0",
"ms": "^2.1.3",
"nanoid": "^3.1.20",
"needle": "^2.6.0",
"numeral": "^2.0.6",
"opusscript": "0.0.7",
"parse-seconds": "^1.0.0",
"prism-media": "^1.2.6",
"simple-youtube-api": "^5.2.1",
"utf-8-validate": "^5.0.4",
"ytdl": "^1.4.1",
"ytdl-core": "^4.5.0",
"ytdl-core-discord": "^1.2.5",
"ytpl": "^2.0.5",
"ytsr": "^3.3.1",
"zlib-sync": "^0.1.7"
}
}