-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.43 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
{
"name": "backendtechtitans",
"version": "1.0.0",
"description": "",
"main": "server.js",
"type": "module",
"scripts": {
"dev": "nodemon server.js",
"prod": "node server.js"
},
"keywords": [],
"author": "Fabrizio Ferroni, Hernan",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cloudinary": "^1.40.0",
"colors": "^1.4.0",
"connect-multiparty": "^2.2.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"emailvalid": "^1.0.4",
"envalid": "^7.3.1",
"express": "^4.17.1",
"express-fileupload": "^1.4.0",
"express-validator": "^7.0.1",
"handlebars": "^4.7.8",
"helmet": "^7.0.0",
"jsonwebtoken": "^9.0.1",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"mysql2": "^3.6.0",
"nodemailer": "^6.9.4",
"nodemailer-smtp-transport": "^2.7.4",
"pdf-lib": "^1.17.1",
"qrcode": "^1.5.3",
"sequelize": "^6.31.1",
"uuid": "^9.0.1",
"winston": "^3.10.0",
"winston-daily-rotate-file": "^4.7.1",
"winston-transport": "^4.5.0"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.4.8",
"jest": "^29.5.0",
"nodemon": "^2.0.22",
"sequelize-cli": "^6.6.1",
"sqlite3": "^5.1.6",
"supertest": "^6.3.3"
}
}