-
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.26 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.26 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": "moosaurus",
"version": "1.0.0",
"description": "🎵 A feature-rich music bot for Discord",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"No test specified\" && exit 0"
},
"keywords": [
"discord",
"music",
"bot",
"discord-music-bot",
"discord.js",
"wickstudio",
"distube",
"music-player"
],
"author": {
"name": "moo9xi",
"email": "129697258+moosaurus@users.noreply.github.com",
"url": "https://discord.stomp.zone"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/stompzone/moosaurus.git"
},
"bugs": {
"url": "https://github.com/stompzone/moosaurus/issues"
},
"homepage": "https://github.com/stompzone/moosaurus#readme",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@distube/soundcloud": "^2.0.4",
"@distube/spotify": "^2.0.2",
"@distube/yt-dlp": "^2.0.1",
"canvas": "^2.11.2",
"chalk": "^4.1.2",
"discord-player": "^6.7.1",
"discord.js": "^14.16.3",
"distube": "^5.0.4",
"libsodium-wrappers": "^0.7.15",
"moment": "^2.30.1",
"moment-duration-format": "^2.3.2",
"musicard": "^2.0.5",
"node-fetch": "^2.7.0",
"opusscript": "^0.0.8",
"sharp": "^0.33.5"
}
}