Add package-lock.json

This commit is contained in:
Christian Georgi
2020-04-02 15:26:44 +02:00
parent 84b299a23f
commit 56f696b87d
3 changed files with 2066 additions and 958 deletions

View File

@@ -11,13 +11,12 @@
"bookshop": "cds watch packages/bookshop",
"bookshop-enhanced": "cds watch packages/bookshop-enhanced",
"reviews-service": "cds watch packages/reviews-service",
"bookstore": "cds watch packages/bookstore",
"media-server": "cds watch packages/media-server"
},
"dependencies": {
"@sap/cds": "latest",
"express": "*"
"@sap/cds": "^3",
"express": "^4"
},
"devDependencies": {
"sqlite3": "*"