-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
35 lines (35 loc) · 1.07 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
{
"name": "Lyricloom",
"version": "1.0.0",
"description": "LyricLoom is an advanced Discord music bot that takes your server's audio experience to the next level. With a robust DJ system, it's the perfect companion for music enthusiasts who want to create memorable playlists and host engaging DJ sessions within their Discord communities.",
"main": "Src/Shard.js",
"scripts": {
"start": "node Src/Shard.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/"
},
"keywords": [],
"author": "NICK FURY",
"license": "MIT",
"bugs": {
"url": "https://github.com/NICK-FURY-6023"
},
"homepage": "https://github.com/NICK-FURY-6023",
"dependencies": {
"@top-gg/sdk": "^3.1.6",
"discord.js": "^14.15.2",
"i": "^0.3.7",
"install": "^0.13.0",
"kazagumo": "^3.0.4",
"kazagumo-spotify": "^2.1.0",
"mongoose": "^8.5.3",
"npm": "^10.8.2",
"shoukaku": "^4.1.0",
"soundcloud": "^3.3.2",
"systeminformation": "^5.23.2",
"undici": "^6.18.1"
}
}