-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.64 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
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "lavamusic",
"version": "1.1.2",
"description": "lavalink music bot base in erelajs",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brblacky/lavamusic.git"
},
"keywords": [
"lavalink",
"erela",
"music",
"bot",
"discord-music",
"discord",
"musicbot"
],
"author": "blacky",
"license ": "GPL",
"bugs": "https://github.com/brblacky/lavamusic/issues",
"homepage": "https://github.com/brblacky/lavamusic#readme",
"dependencies": {
"@discordjs/voice": "^0.10.0",
"@vitalets/google-translate-api": "^8.0.0",
"aki-api": "^6.0.8",
"better-erela.js-apple": "^1.0.3",
"canvacord": "^5.3.0",
"canvas": "^2.9.3",
"chalk": "^4.1.2",
"delay": "^5.0.0",
"discord-collector": "^1.11.18",
"discord.js": "^13.8.0",
"dotenv": "^10.0.0",
"erela.js": "github:brblacky/erela.js#custom",
"erela.js-deezer": "^1.0.7",
"erela.js-facebook": "^1.0.4",
"erela.js-spotify": "^1.2.0",
"ffmpeg-static": "^4.4.1",
"fs": "^0.0.1-security",
"genius-lyrics": "^4.3.8",
"google-tts-api": "^2.0.2",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mongoose": "^6.0.12",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"node-superfetch": "^0.2.3",
"prism-media": "^1.3.2",
"random-unicode-emoji": "^1.0.2",
"superagent": "^8.0.0",
"systeminformation": "^5.9.13",
"tiny-typed-emitter": "^2.1.0",
"tweetnacl": "^1.0.3",
"twemoji-parser": "^14.0.0"
},
"engines": {
"node": ">=12.0.0 <17.5.0"
}
}