-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1000 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
{
"name": "ketav-practicle-for-symform",
"version": "1.0.0",
"description": "Practicle exam of Ketav Chotaliya for Symform Solutions",
"main": "./bin/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ketav_c",
"license": "ISC",
"dependencies": {
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"cors": "^2.8.4",
"express": "^4.16.3",
"express-fileupload": "^1.1.4",
"express-validator": "^5.3.0",
"fs": "0.0.1-security",
"handlebars": "^4.0.12",
"hbs": "^4.0.4",
"helmet": "^3.13.0",
"jsonwebtoken": "8.3.0",
"moment": "^2.23.0",
"mysql2": "^1.6.1",
"nodemailer": "^6.2.1",
"nodemon": "^1.18.4",
"sequelize": "^6.0.0",
"underscore": "^1.9.1"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.2.0",
"express-swagger-generator": "^1.1.10",
"mocha": "^5.2.0",
"mochawesome": "^3.1.1",
"sinon": "^7.1.1",
"standard": "^12.0.1"
}
}