Add package-lock.json, fix readme

This commit is contained in:
Christian Georgi
2020-04-02 16:02:32 +02:00
parent b34b1b0a17
commit 9d31d66c78
5 changed files with 2070 additions and 3766 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -4,10 +4,10 @@
"description": "A simple bookshop application, build in a self-contained all-in-one fashion, i.e. w/o reusing other packages.",
"license": "SAP SAMPLE CODE LICENSE",
"dependencies": {
"@sap/cds": "latest",
"express": "*",
"passport": "^0.4.1",
"hdb": "^0.17.1"
"@sap/cds": "^3",
"express": "^4",
"passport": "^0.4.1",
"hdb": "^0.17.1"
},
"scripts": {
"start": "cds run --in-memory?",