-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.1 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
{
"dependencies": {
"@discord-player/extractor": "^4.1.0",
"@discordjs/builders": "^1.4.0",
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^1.5.0",
"@discordjs/voice": "^0.14.0",
"@distube/deezer": "^1.0.0",
"@distube/soundcloud": "^1.3.3",
"@distube/spotify": "^1.5.1",
"@distube/yt-dlp": "^1.1.3",
"@distube/ytdl-core": "^4.11.16",
"canvacord": "^5.4.8",
"discord-api-types": "^0.37.35",
"discord-helper.js": "^4.0.1",
"discord-player": "^6.0.0",
"discord.js": "^14.7.1",
"distube": "^4.0.4",
"ffmpeg-static": "^5.1.0",
"libsodium-wrappers": "^0.7.11",
"moment": "^2.29.4",
"ram-api.js": "^12.1.11"
},
"name": "ram-music",
"description": "",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ram-Bot-Development/Ram-Music.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ram-Bot-Development/Ram-Music/issues"
},
"homepage": "https://github.com/Ram-Bot-Development/Ram-Music#readme"
}