forked from appujet/lavamusic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.13 KB
/
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
42
43
44
45
46
47
48
49
50
51
{
"name": "lavamusic",
"version": "1.0.3",
"description": "lavalink music bot base in erelajs",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": "16.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brblacky/lavamusic.git"
},
"keywords": [
"lavalink",
"erela",
"music",
"bot",
"discord-music",
"discord",
"musicbot"
],
"author": "blacky",
"license ": "MIT",
"bugs": "https://github.com/brblacky/lavamusic/issues",
"homepage": "https://github.com/brblacky/lavamusic#readme",
"devDependencies": {
"node": "^16.6.1"
},
"dependencies": {
"chalk": "^4.1.2",
"delay": "^5.0.0",
"discord.js": "^13.3.1",
"dotenv": "^10.0.0",
"erela.js": "^2.3.3",
"erela.js-apple": "^1.2.5",
"erela.js-deezer": "^1.0.7",
"erela.js-facebook": "^1.0.4",
"lavasfy": "^2.3.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mongoose": "^6.0.12",
"ms": "^2.1.3",
"node-superfetch": "^0.2.3",
"pretty-ms": "^7.0.1",
"systeminformation": "^5.9.13"
}
}