-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.37 KB
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
{
"name": "hermaca-discord-music-bot",
"version": "1.0.0",
"description": "A powerful Discord music bot with Spotify integration, lyrics, 24/7 mode, and statistics tracking",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "node index.js"
},
"author": {
"name": "Reyansh",
"email": "reyansh.ftw@gmail.com",
"url": "https://github.com/RXS-reyansh"
},
"keywords": [
"discord",
"music",
"bot",
"riffy",
"lavalink",
"spotify",
"youtube",
"24-7",
"music-bot",
"discordjs"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/RXS-reyansh/Hermaca-Music-Bot.git"
},
"bugs": {
"url": "https://github.com/RXS-reyansh/Hermaca-Music-Bot/issues"
},
"homepage": "https://github.com/RXS-reyansh/Hermaca-Music-Bot#readme",
"engines": {
"node": ">=16.9.0"
},
"dependencies": {
"axios": "^1.13.2",
"canvas": "^2.11.2",
"discord.js": "^14.25.1",
"dotenv": "^17.2.3",
"genius-lyrics": "^4.4.7",
"lyrics-finder": "^21.7.0",
"mongodb": "^6.7.0",
"node-fetch": "^2.7.0",
"riffy": "^1.0.0",
"riffy-spotify": "^1.0.0",
"spotify-web-api-node": "^5.0.2"
}
}