-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 KB
/
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
40
41
42
43
44
45
46
{
"name": "cuchus-music",
"version": "1.0.2",
"description": "Simple Music Bot with distube.js",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "NoBody",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/NoBody-UU/cuchus-music.git"
},
"bugs": {
"url": "https://github.com/NoBody-UU/cuchus-music/issues"
},
"dependencies": {
"@discordjs/voice": "^0.7.5",
"@distube/soundcloud": "^1.3.0",
"@distube/spotify": "^1.5.1",
"@distube/yt-dlp": "^1.1.3",
"@distube/ytdl-core": "^4.11.7",
"@hammerhq/localization": "^0.1.5",
"chalk": "^4.1.2",
"common-tags": "^1.8.2",
"delay": "^5.0.0",
"discord.js": "^14.6.0",
"distube": "^4.0.4",
"dotenv": "^14.3.2",
"express": "^4.18.2",
"ffmpeg-static": "^4.4.1",
"figlet": "^1.5.2",
"fixedsize-map": "^1.0.1",
"libsodium-wrappers": "^0.7.9",
"lyrics-finder": "^21.7.0",
"mongoose": "^6.7.2",
"opusscript": "^0.0.8",
"path": "^0.12.7",
"pino": "^8.8.0",
"pino-pretty": "^9.1.1"
},
"devDependencies": {
"node": "^17.0.1"
}
}