-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 884 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
{
"name": "grupo_5_mat_electricos",
"version": "1.0.0",
"description": "app e-commerce para venta de materiales eléctricos",
"main": "app.js",
"scripts": {
"test": "nodemon src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sstedoldi/grupo_5_mat_electricos.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sstedoldi/grupo_5_mat_electricos/issues"
},
"homepage": "https://github.com/sstedoldi/grupo_5_mat_electricos#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-session": "^1.17.3",
"express-validator": "^6.14.2",
"method-override": "^3.0.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.0.0-rc.1",
"nodemon": "^2.0.19",
"sequelize": "^6.25.4"
}
}