-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.11 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
{
"name": "mod-mail",
"version": "1.0.0",
"description": "Mod Mail, a product made by PlutoTheDev#1000",
"main": "index.js",
"private": true,
"scripts": {
"start": "node --max-http-header-size 25000 index.js"
},
"author": "PlutoTheDev",
"license": "MIT",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/voice": "^0.7.5",
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"canvas": "^2.9.3",
"chalk": "^4.1.2",
"discord-music-player": "^7.2.0",
"discord-player": "^5.3.1",
"discord.js": "^14.7.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-session": "^1.17.3",
"ffmpeg-static": "^4.4.0",
"figlet": "^1.5.2",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"mysqldump": "^3.2.0",
"passport": "^0.6.0",
"passport-discord-faxes": "^0.1.4",
"path": "^0.12.7",
"request": "^2.65.0",
"string-table": "^0.1.5",
"ytdl-core": "^4.11.0"
}
}