Add package-lock.json, fix readme

This commit is contained in:
Christian Georgi
2020-04-02 16:17:45 +02:00
parent 8055848430
commit b75a47c6ef
5 changed files with 1235 additions and 7 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/xb-msg-amqp-v100": "^0.9.35",
"express": "*"
"@sap/cds": "^3",
"express": "^4",
"@sap/xb-msg-amqp-v100": "^0.9.35"
},
"devDependencies": {
"sqlite3": "^4.1.1"