-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 930 Bytes
/
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
{
"name": "node-bp-gb",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"async": "^2.6.2",
"aws-sdk": "^2.435.0",
"bcrypt": "^3.0.5",
"body-parser": "^1.18.3",
"config": "^3.0.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^7.0.0",
"express": "~4.16.0",
"express-async-errors": "^3.1.1",
"helmet": "^3.16.0",
"http-errors": "~1.6.2",
"i18n": "^0.8.3",
"include-all": "^4.0.3",
"joi": "^14.3.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"morgan": "~1.9.0",
"multer": "^1.4.1",
"multer-s3": "^2.9.0",
"mysql2": "^1.6.5",
"nodemailer": "^6.0.0",
"sequelize": "^5.16.0",
"sequelize-cli": "^5.5.0",
"swagger-jsdoc": "^3.4.0",
"swagger-ui-express": "^4.0.2",
"winston": "^3.2.1"
},
"devDependencies": {
"nodemon": "^1.18.10"
}
}