-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.56 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": "lexufybot",
"version": "2.0.0",
"description": "music bot use lavalink, made by Ali from the C4•Clan",
"main": "bot.js",
"scripts": {
"dev": "nodemon bot.js",
"start": "nodemon --no-warnings bot.js"
},
"keywords": [
"lavalink",
"erela.js",
"music",
"discord",
"bot",
"automod",
"admin"
],
"author": "Ali",
"license": "Apache-2.0",
"dependencies": {
"aos": "^2.3.4",
"better-erela.js-spotify": "^1.3.11",
"better-sqlite3": "^8.5.0",
"body-parser": "^1.20.2",
"browser-sync": "^2.29.3",
"bulma": "^0.9.4",
"colors": "^1.4.0",
"cookie-parser": "^1.4.6",
"disco-oauth": "^5.1.1",
"discord-anti-spam": "^2.8.1",
"discord-automod": "^1.1.0",
"discord-oauth2": "^2.11.0",
"discord.js": "^14.12.1",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"erela.js": "^2.4.0",
"erela.js-deezer": "^1.0.7",
"erela.js-facebook": "^1.0.4",
"erela.js-filters": "^1.2.7",
"erela.js-spotify": "^1.2.0",
"express": "^4.18.2",
"express-session": "^1.17.3",
"font-awesome-icons": "^1.6.0",
"fs": "^0.0.1-security",
"genius-lyrics": "^4.4.3",
"html": "^1.0.0",
"jquery": "^3.7.0",
"jsonwebtoken": "^9.0.1",
"lyrics-finder": "^21.7.0",
"ms-to-hms": "^1.0.0",
"oauth": "^0.10.0",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"quick.db": "^9.1.7",
"simple-oauth2": "^5.0.0",
"socket.io": "^4.7.2",
"string-progressbar": "^1.0.4",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"nodemon": "^3.0.1"
}
}