forked from appujet/lavamusic
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
51 lines (50 loc) · 1.17 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.1",
"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",
"dependencies": {
"@ksoft/api": "^3.1.9",
"audit": "^0.0.6",
"chalk": "^4.1.2",
"common-tags": "^1.8.0",
"delay": "^5.0.0",
"discord.js": "^13.1.0",
"erela.js": "^2.3.3",
"erela.js-spotify": "^1.2.0",
"erela.js-deezer": "^1.0.7",
"erela.js-facebook": "^1.0.4",
"fs": "^0.0.1-security",
"image-palette": "^2.1.0",
"image-pixels": "^2.2.2",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.13.9",
"node-superfetch": "^0.2.3",
"quickmongo": "^3.0.2",
"systeminformation": "^5.8.0"
}
}