-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 915 Bytes
/
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
{
"name": "mastermusic",
"version": "3.7.1",
"description": "✈ Join Discord: https://discord.gg/5RPRWM9RBd",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "Masterdevcentre",
"license": "MIT",
"dependencies": {
"@discordjs/voice": "^0.7.5",
"@distube/soundcloud": "^1.1.0",
"@distube/spotify": "^1.2.1",
"@distube/ytdl-core": "^4.11.7",
"chalk": "^4.1.2",
"common-tags": "^1.8.2",
"delay": "^5.0.0",
"discord.js": "^13.6.0",
"distube": "^3.3.2",
"dotenv": "^14.3.2",
"express": "^4.18.1",
"ffmpeg-static": "^4.4.1",
"figlet": "^1.5.2",
"libsodium-wrappers": "^0.7.9",
"lyrics-finder": "^21.7.0",
"opusscript": "^0.0.8"
},
"devDependencies": {
"node": "^17.0.1"
},
"repository": {
"type": "git",
"url": "https://discord.gg/5RPRWM9RBd"
},
"keywords": [
"masterdevcentre"
]
}