cleaned up package.jsons

This commit is contained in:
Daniel
2020-03-02 08:45:39 +01:00
parent 125cb6e5c2
commit ddb25d5ff5
9 changed files with 14 additions and 45 deletions

View File

@@ -1,14 +1,10 @@
{
"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.",
"dependencies": {
"@capire/common": "*"
},
"description": "A simple self-contained bookshop service.",
"scripts": {
"test:genres": "cds serve tests/genres.cds --in-memory",
"start": "cds run --in-memory?",
"watch": "cds watch"
},
"license": "SAP SAMPLE CODE LICENSE"
}
}