chore: Setup express app

This commit is contained in:
Faruk AYDIN
2021-10-03 18:03:50 +02:00
committed by Ali BARIN
parent a5bf0649ae
commit 701fc48d6f
6 changed files with 362 additions and 26 deletions

View File

@@ -2,6 +2,16 @@
"name": "@automatisch/backend",
"version": "0.1.0",
"description": "> TODO: description",
"scripts": {
"start": "node ./bin/www",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1"
},
"contributors": [
{
"name": "automatisch contributors",
@@ -21,9 +31,6 @@
"type": "git",
"url": "git+https://github.com/automatisch/automatisch.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/automatisch/automatisch/issues"
}