-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.14 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
{
"name": "IW-Project",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "nodemon src/index.js",
"start": "node src/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"aws-sdk": "^2.663.0",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"express-rate-limit": "^5.1.1",
"express-validator": "^6.4.0",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^1.7.0",
"lodash": "^4.17.19",
"moment": "^2.26.0",
"moment-timezone": "^0.5.28",
"mongoose": "^5.9.6",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"nodemailer": "^6.4.6",
"nodemon": "^2.0.2",
"password-validator": "^5.0.3",
"pdfkit": "^0.11.0",
"rate-limiter-flexible": "^2.1.3",
"redis": "^3.0.2",
"uuid": "^7.0.2",
"voilab-pdf-table": "^0.5.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^2.0.2"
}
}