-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1003 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 1003 Bytes
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
{
"name": "backend",
"version": "1.0.1",
"description": "Backend del proyecto getSales",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"keywords": [
"sales",
"system",
"inventary",
"project",
"jasvascript",
"nodejs",
"express",
"mysql",
"backend"
],
"engines":{
"node":"12.16.3"
},
"author": "Luis Melendez (Luis12341), Mayinis Torrealba (Hachhe), Elias Torrealba (exroot)",
"license": "ISC",
"dependencies": {
"awilix": "^4.2.6",
"bcryptjs": "^2.4.3",
"compression": "^1.7.4",
"connect-multiparty": "^2.2.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"express-sslify": "^1.2.0",
"helmet": "^3.23.1",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"mysql2": "^2.1.0",
"sequelize": "^5.21.13",
"yup": "^0.29.1"
},
"devDependencies": {
"nodemon": "^2.0.4",
"sequelize-cli": "^5.5.1"
}
}