-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.62 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.62 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "intern-hub-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon node server.js",
"debug": "nodemon node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"16": "0.0.2",
"@sendgrid/mail": "^7.7.0",
"await-to-js": "^3.0.0",
"aws-sdk": "^2.1542.0",
"bcrypt": "^5.0.1",
"bcrypt-promise": "^2.0.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.1",
"circular-json": "^0.5.9",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cross-fetch": "^3.1.5",
"crypto-random-string": "^4.0.0",
"csurf": "^1.11.0",
"csvtojson": "^2.0.10",
"dotenv": "^14.2.0",
"express": "^4.17.2",
"express-rate-limit": "^7.1.5",
"express-session": "^1.17.2",
"google-auth-library": "^9.8.0",
"googleapis": "^95.0.0",
"handlebars": "^4.7.7",
"helmet": "^5.0.1",
"imagekit": "^5.0.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"moment-range": "^4.0.2",
"mongoose": "^6.12.6",
"mongoose-aggregate-paginate-v2": "^1.0.6",
"mongoose-paginate-v2": "^1.6.3",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"multer-s3": "^2.10.0",
"nodemailer": "^6.9.9",
"nodemon": "^2.0.15",
"nvm": "^0.0.4",
"parse-error": "^0.2.0",
"passport": "^0.5.2",
"passport-cookie": "^1.0.9",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.0",
"sharp": "^0.32.1",
"socket.io": "^4.7.5",
"uuid": "^8.3.2",
"winston": "^3.4.0"
}
}