-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.48 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.48 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
53
54
55
{
"name": "Magna-bot",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@airplanegobrr/database": "^2.5.2",
"@airplanegobrr/spotify-buddylist": "^1.0.0",
"@discordjs/builders": "^1.13.1",
"@discordjs/opus": "^0.10.0",
"@distube/soundcloud": "^2.0.4",
"@distube/spotify": "^2.0.2",
"@distube/youtube": "^1.0.4",
"@distube/yt-dlp": "^2.0.1",
"@distube/ytdl-core": "^4.16.12",
"@projectdysnomia/dysnomia": "^0.2.3",
"axios": "^1.13.4",
"bufferutil": "^4.1.0",
"cli-progress": "^3.12.0",
"colors": "^1.4.0",
"discord-api-types": "^0.38.38",
"distube": "^5.2.3",
"eris": "github:abalabahaha/eris",
"erlpack": "github:abalabahaha/erlpack",
"express": "^5.2.1",
"knex": "^3.1.0",
"lavacord": "^2.2.0",
"lavalink-types": "^2.1.1",
"minio": "^8.0.6",
"module-alias": "^2.2.3",
"mongoose": "^8.22.0",
"otplib": "^12.0.1",
"sanitize-filename": "^1.6.3",
"socket.io": "^4.8.3",
"socket.io-client": "^4.8.3",
"sodium-native": "^5.0.10",
"spotify-web-api-node": "^5.0.2",
"string-progressbar": "^1.0.4",
"ws": "^8.19.0",
"youtube-dl-exec": "^3.0.30",
"youtubei.js": "^13.4.0",
"yt-search": "2.11.1",
"zlib-sync": "^0.1.10"
},
"_moduleAliases": {
"@packages": "./src/modules",
"@root": "./"
}
}