-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1.04 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
{
"name": "CertifyVITHack",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jugaldb/Certify-VIT-Hack.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jugaldb/Certify-VIT-Hack/issues"
},
"homepage": "https://github.com/jugaldb/Certify-VIT-Hack#readme",
"dependencies": {
"@sendgrid/mail": "^7.2.6",
"aws-sdk": "^2.770.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"csvtojson": "^2.0.10",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-rate-limit": "^5.1.3",
"html-pdf": "^2.2.0",
"http-status": "^1.4.2",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.10.8",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"nodemailer": "^6.6.1",
"passport": "^0.4.1",
"qrcode": "^1.4.4",
"shortid": "^2.2.15"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"nodemon": "^2.0.4"
}
}