-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "soothe",
"version": "2.4.1",
"description": "A music bot that provides high quality music with 24/7 In voice channels",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lrmn7/soothe.git"
},
"keywords": [],
"author": "LRMN",
"license": "ISC",
"bugs": {
"url": "https://github.com/lrmn7/soothe/issues"
},
"homepage": "https://github.com/lrmn7/soothe#readme",
"dependencies": {
"@discordjs/voice": "^0.15.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.11",
"@joshdb/core": "^1.2.7",
"@joshdb/mongo": "^1.1.6",
"@joshdb/sqlite": "^1.1.9",
"chalk": "^5.3.0",
"cors": "^2.8.5",
"discord.js": "^14.11.0",
"distube": "^4.0.4",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"ffmpeg-static": "^4.4.1",
"libsodium-wrappers": "^0.7.11",
"mathjs": "^11.8.2",
"opusscript": "^0.0.8",
"simple-find-lyrics": "^0.0.1",
"systeminformation": "^5.18.7",
"tweetnacl": "^1.0.3"
}
}