-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
57 lines (57 loc) · 1.31 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
{
"name": "lavamusic",
"version": "1.0.9",
"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 ": "MIT",
"bugs": {
"url": "https://github.com/brblacky/lavamusic/issues"
},
"homepage": "https://github.com/brblacky/lavamusic#readme",
"dependencies": {
"@top-gg/sdk": "^3.1.2",
"axios": "^1.3.5",
"better-erela.js-spotify": "^1.2.3",
"chalk": "^4.1.2",
"delay": "^5.0.0",
"discord.js": "^13.6.0",
"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",
"i18n": "^0.14.0",
"lodash": "^4.17.21",
"lyrics-finder": "^21.7.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mongoose": "^6.0.12",
"ms": "^2.1.3",
"node-fetch": "^3.3.1",
"node-superfetch": "^0.2.3",
"quickmongo": "^5.2.0",
"systeminformation": "^5.9.13",
"uuid": "^9.0.0"
},
"devDependencies": {
"node": "^16.13.2"
},
"license": "ISC"
}