-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 899 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
{
"name": "lavie-project",
"version": "1.0.0",
"description": "La Vie Clinic Project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andresdslima/LaVie-Project.git"
},
"author": "Andre Lima, Barbara Yokoyama, Guilherme Barros, Laura Neves, Manuela Silva",
"license": "ISC",
"bugs": {
"url": "https://github.com/andresdslima/LaVie-Project/issues"
},
"homepage": "https://github.com/andresdslima/LaVie-Project#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"express": "^4.18.1",
"express-jwt": "^7.5.2",
"express-validation": "^4.1.0",
"jsonwebtoken": "^8.5.1",
"mysql2": "^2.3.3",
"nodemon": "^2.0.16",
"sequelize": "^6.19.0"
}
}