-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 841 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 841 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
{
"name": "smuportal",
"version": "0.0.0",
"description": "Backend part of SMU Portal",
"repository": {
"type": "git",
"url": "https://github.com/MedTech-CS321/smuportal-backend"
},
"license": "AGPL-3.0-or-later",
"scripts": {
"start": "nodemon --no-warnings server.js",
"seed": "node models/seed.js"
},
"dependencies": {
"@hapi/joi": "^17.1.0",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"glob": "^7.1.6",
"googleapis": "^61.0.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.4",
"mongoose": "^5.8.11",
"morgan": "^1.10.0",
"nodemailer": "^6.4.2",
"nodemon": "^2.0.4",
"package.json": "^2.0.1",
"qrcode": "^1.4.4",
"simple-oauth2": "^3.3.0",
"speakeasy": "^2.0.0"
}
}