Add package-lock.json, fix readme

This commit is contained in:
Christian Georgi
2020-04-02 16:21:34 +02:00
parent f2c458db7a
commit 1a3fb3ffab
4 changed files with 106 additions and 260 deletions

View File

@@ -4,9 +4,9 @@
"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",
"@sap/hana-client": "^2.4.182",
"express": "*"
"@sap/cds": "^3",
"express": "^4",
"@sap/hana-client": "^2.4.182"
},
"devDependencies": {
"sqlite3": "^4.1.1"