-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 938 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
{
"name": "glamy",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"repository": "https://github.com/rubenglam/musicglam.git",
"author": "RubenGlam <[email protected]>",
"license": "MIT",
"scripts": {
"build": "echo \"Building...\"",
"nodemon": "nodemon index.js",
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"production": "node index.js"
},
"engines": {
"node": ">=16"
},
"dependencies": {
"@discordjs/builders": "^1.3.0",
"@discordjs/opus": "^0.8.0",
"@discordjs/rest": "^1.3.0",
"@discordjs/voice": "^0.13.0",
"@distube/soundcloud": "^1.2.2",
"@distube/spotify": "^1.4.2",
"@distube/yt-dlp": "^1.1.3",
"discord-player": "^5.3.2",
"discord.js": "^14.6.0",
"distube": "^4.0.4",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^4.4.1",
"fluent-ffmpeg": "^2.1.2",
"nodemon": "^2.0.20",
"ytdl-core": "^4.11.2"
},
"devDependencies": {}
}