-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.14 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "jobs",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"dev": "nodemon -r dotenv/config src/server.js",
"start": "node ./src/server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"bootstrap": "^5.3.0",
"colors": "^1.4.0",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.1.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"express-session": "^1.17.3",
"google": "^2.1.0",
"google-auth-library": "^8.8.0",
"helmet": "^7.0.0",
"hpp": "^0.2.3",
"http": "^0.0.1-security",
"joi": "^17.9.2",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"mongoose": "^7.2.2",
"morgan": "^1.10.0",
"nodemailer": "^6.9.3",
"oauth": "^0.10.0",
"passport": "^0.6.0",
"passport-google-oauth2": "^0.2.0",
"passport-google-oauth20": "^2.0.0",
"passport-oauth2": "^1.7.0",
"randomatic": "^3.1.1",
"winston": "^3.9.0",
"xss-clean": "^0.1.3"
}
}