-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.14 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
{
"name": "be_middleexam",
"version": "1.0.0",
"description": "back-end for simple web application for web advance course (middle exam)",
"main": "src/index.js",
"engines": {
"node": "18.x"
},
"scripts": {
"build": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon src/index.js"
},
"author": "nvhai248",
"license": "ISC",
"dependencies": {
"@google-cloud/local-auth": "^2.1.0",
"amqplib": "^0.10.3",
"aws-sdk": "^2.895.0",
"bcrypt": "^5.1.1",
"child-process": "^1.0.2",
"connect-flash": "^0.1.1",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"generic-pool": "^3.9.0",
"googleapis": "^105.0.0",
"image-size": "^1.0.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.0.0",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"nodemailer": "^6.9.7",
"nodemon": "^3.0.2",
"passport": "^0.6.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.1",
"swagger-ui-express": "^5.0.0"
}
}