cleaned up

This commit is contained in:
Daniel
2020-03-02 08:29:49 +01:00
parent cb066233c9
commit c6eb21ec51
26 changed files with 140 additions and 122 deletions

View File

@@ -2,20 +2,13 @@
"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": {
"@capire/common": "*"
},
"scripts": {
"test:genres": "cds serve tests/genres.cds --in-memory",
"start": "cds run --in-memory?",
"watch": "cds watch",
"test:genres": "cds serve tests/genres.cds --in-memory"
"watch": "cds watch"
},
"cds": {
"requires": {
"db": {
"kind": "sql"
}
}
}
"license": "SAP SAMPLE CODE LICENSE"
}