-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.72 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.72 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
63
64
65
66
67
68
69
70
71
{
"name": "CovidChex",
"version": "1.0.0",
"description": "CovidChex Backend",
"main": "index.js",
"scripts": {
"start": "nodemon ./src/",
"seedData": "node ./index"
},
"author": "Iteron",
"license": "ISC",
"dependencies": {
"@hapi/joi": "^15.0.3",
"babel-cli": "^6.26.0",
"babel-eslint": "^7.0.0",
"babel-jest": "^18.0.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"bodymen": "^1.1.0",
"compression": "^1.7.3",
"cors": "^2.8.4",
"cron": "^1.8.2",
"dotenv-safe": "^6.1.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"fs": "0.0.1-security",
"googleapis": "^51.0.0",
"http": "0.0.0",
"ioredis": "^4.17.3",
"jsonwebtoken": "^8.4.0",
"jwtr": "^0.5.0",
"lodash": "^4.17.11",
"md5": "^2.2.1",
"moment": "^2.28.0",
"mongodb": "^3.6.2",
"mongoose": "^5.3.4",
"mongoose-float": "^1.0.4",
"mongoose-lean-virtuals": "^0.6.7",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"node-cron": "^2.0.3",
"node-gyp": "^3.8.0",
"nodemailer": "^5.1.1",
"nodemon": "^1.10.2",
"passport": "^0.4.0",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-jwt": "^4.0.0",
"path": "^0.12.7",
"pdfkit": "^0.11.0",
"querymen": "^2.1.3",
"request": "^2.88.2",
"sequential-ids": "0.0.0",
"socket.io": "^2.1.1",
"swagger-jsdoc": "^4.0.0",
"swagger-ui-express": "^4.1.4"
},
"babel": {
"presets": [
"es2015"
],
"sourceMaps": true,
"retainLines": true
},
"devDependencies": {}
}