-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.16 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.16 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
{
"name": "alexmusic",
"version": "1.0.0",
"description": "Discord music bot made by team alex",
"main": "cluster.js",
"scripts": {
"start": "node cluster.js"
},
"engines": {
"node": "17.x"
},
"author": "Sai Suraj",
"license ": "MIT",
"dependencies": {
"@discordjs/voice": "^0.6.0",
"@ksolo/spotify-search": "^1.0.0",
"@top-gg/sdk": "^3.1.2",
"better-erela.js-apple": "^1.0.1",
"better-erela.js-spotify": "^1.1.3",
"chalk": "^4.1.2",
"chunk": "^0.0.3",
"common-tags": "^1.8.0",
"dayjs": "^1.11.3",
"delay": "^5.0.0",
"discord-hybrid-sharding": "^1.5.3",
"discord.js": "^13.15.0",
"dotenv": "^10.0.0",
"erela.js": "^2.4.0",
"events": "^3.3.0",
"fs": "^0.0.1-security",
"isomorphic-unfetch": "^3.1.0",
"lyrics-finder": "^21.7.0",
"moment": "^2.29.1",
"mongoose": "^6.4.0",
"ms": "^2.1.3",
"node-os-utils": "^1.3.6",
"pretty-ms": "^7.0.1",
"quick.db": "^7.1.3",
"sourcebin_js": "^0.0.3-ignore",
"spotify-info.js": "^1.0.4",
"spotify-url-info": "^3.1.9",
"topgg-autoposter": "^2.0.1"
},
"devDependencies": {},
"keywords": [],
"license": "ISC"
}