forked from Gabo-Tech/ProyectoBackEndTheBridge
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 697 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 697 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
{
"name": "proyectobackendthebridge",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"nodemon": "^2.0.16"
},
"dependencies": {
"express": "^4.18.1",
"mysql2": "^2.3.3",
"sequelize": "^6.19.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gabriel19971029/ProyectoBakcEndTheBridge.git"
},
"bugs": {
"url": "https://github.com/gabriel19971029/ProyectoBakcEndTheBridge/issues"
},
"homepage": "https://github.com/gabriel19971029/ProyectoBakcEndTheBridge#readme",
"description": ""
}