-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 919 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 919 Bytes
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": "freecdn",
"version": "1.0.0",
"private": false,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"axios": "^0.26.1",
"bcrypt": "^5.0.1",
"bufferutil": "^4.0.6",
"byte-converter": "^0.1.4",
"chalk": "^2.4.2",
"convert-size": "^1.2.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"discord-oauth2": "^2.10.0",
"discord.js": "^13.8.0",
"ejs": "^3.1.6",
"express": "^4.17.3",
"express-fileupload": "^1.4.0",
"express-mysql-session": "^2.1.7",
"express-session": "^1.17.2",
"fast-folder-size": "^1.6.1",
"http-errors": "~1.6.3",
"hyperz-nodelogger": "^3.7.1",
"jade": "^0.29.0",
"morgan": "~1.9.1",
"ms": "^2.0.0",
"multer": "^1.4.4",
"mysql": "^2.18.1",
"passport": "^0.5.2",
"passport-discord": "^0.1.4",
"utf-8-validate": "^5.0.9"
},
"author": "Standard Software Systems"
}