This commit is contained in:
Daniel
2020-03-02 00:08:49 +01:00
parent d9df2930cb
commit 26d7fc767c
71 changed files with 141 additions and 34 deletions

View File

@@ -1,16 +1,17 @@
{
"name": "@sap/capire-bookshop",
"name": "@capire/bookshop",
"version": "1.0.0",
"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/capire-common": "*",
"@capire/common": "*",
"@sap/cds": "*",
"express": "*"
},
"scripts": {
"start": "cds run --in-memory?",
"watch": "cds watch"
"watch": "cds watch",
"test:genres": "cds serve test/genres --in-memory"
},
"cds": {
"requires": {