-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 886 Bytes
/
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
{
"name": "server",
"version": "0.0.1",
"description": "kbc-futsal-backend",
"main": "app.js",
"scripts": {
"start": "node src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Rahmad Al Habib Khasary",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.6",
"express-session": "^1.17.0",
"express-validator": "^5.3.1",
"fs": "0.0.1-security",
"helmet": "^3.22.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"moment-range": "^4.0.2",
"mongodb": "^3.5.5",
"mongoose": "^5.9.6",
"multer": "^1.4.2",
"passport": "^0.4.1",
"passport-local": "^1.0.0"
},
"devDependencies": {}
}