-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.6 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "common-entry-test",
"version": "1.0.0",
"description": "One stop solution to make club and chapter recruitment in VIT simpler and hassle free.",
"main": "app.js",
"scripts": {
"dev": "nodemon -e js, mjs, json, env app.js",
"start": "node app.js",
"test": "jest --watchAll --no-cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RajatSablok/common-entry-test.git"
},
"keywords": [
"common-entry-test",
"vit",
"codechefvit",
"recruitment",
"clubs",
"chapters",
"vellore-institute-of-technology"
],
"author": "Rajat Sablok",
"license": "MIT",
"bugs": {
"url": "https://github.com/RajatSablok/common-entry-test/issues"
},
"homepage": "https://github.com/RajatSablok/common-entry-test#readme",
"dependencies": {
"@sendgrid/mail": "^7.4.0",
"aws-sdk": "^2.814.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-rate-limit": "^5.2.3",
"express-useragent": "^1.0.15",
"helmet": "^4.1.1",
"jest": "^26.6.3",
"jsonexport": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.2",
"mongoose": "^5.10.8",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"nodemailer": "^6.6.1",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"request": "^2.88.2",
"secure-env": "^1.2.0",
"supertest": "^6.0.1",
"useragent": "^2.3.0",
"winston": "^3.3.3",
"winston-mongodb": "^5.0.5"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}