add dependecies
This commit is contained in:
1183
backend/package-lock.json
generated
Normal file
1183
backend/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -4,8 +4,15 @@
|
||||
"description": "The backend for the Sim Companies dashboard providing prices from the database",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "nodemon index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Oliver Boehlk",
|
||||
"license": "GPL-3.0"
|
||||
}
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"express": "^4.17.1",
|
||||
"http-status": "^1.4.2",
|
||||
"mysql": "^2.18.1",
|
||||
"nodemon": "^2.0.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user