add dependecies

This commit is contained in:
2020-02-23 15:33:25 +01:00
parent b3e88fbe2e
commit 98a65c2807
2 changed files with 1192 additions and 2 deletions

1183
backend/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -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"
}
}