forked from GangSebelah/ErelaJS-Example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.01 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
{
"name": "musicbot",
"version": "1.0.0",
"description": "Music Bot",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.5.0",
"ascii-table": "^0.0.9",
"axios": "^0.21.1",
"bufferutil": "^4.0.3",
"chalk": "^4.1.0",
"common-tags": "^1.8.0",
"delay": "^5.0.0",
"discord.js": "^12.5.1",
"erela.js": "^2.3.2",
"erela.js-spotify": "^1.2.0",
"erlpack": "^0.1.3",
"fs": "^0.0.2",
"libsodium-wrappers": "^0.7.9",
"lyrics-finder": "^21.7.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"node-fetch": "^2.6.1",
"node-superfetch": "^0.1.11",
"opusscript": "^0.0.8",
"sodium": "^3.0.2",
"systeminformation": "^5.6.7",
"tough-cookie-filestore2": "^1.0.0",
"utf-8-validate": "^5.0.4",
"zlib-sync": "^0.1.7"
}
}