-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 836 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
{
"name": "back-app-citas-sequelize",
"version": "1.0.0",
"description": "",
"main": "source/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jesicamm/back-app-citas-sequelize.git"
},
"author": "Jessica & Diego",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jesicamm/back-app-citas-sequelize/issues"
},
"homepage": "https://github.com/Jesicamm/back-app-citas-sequelize#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mysql2": "^2.2.5",
"nodemon": "^2.0.7",
"sequelize": "^6.5.0"
}
}