automonous package.jsons

This commit is contained in:
Daniel
2020-03-08 12:41:28 +01:00
parent 8c9e8a08dd
commit 737027ded4
4 changed files with 23 additions and 7 deletions

View File

@@ -2,9 +2,20 @@
"name": "@capire/bookshop",
"version": "1.0.0",
"description": "A simple self-contained bookshop service.",
"dependencies": {
"@sap/cds": "^3.31.1",
"express": "^4.17.1"
},
"scripts": {
"test:genres": "cds serve tests/genres.cds --in-memory",
"start": "cds run --in-memory?",
"genres": "cds serve test/genres.cds",
"start": "cds run",
"watch": "cds watch"
},
"cds": {
"requires": {
"db": {
"kind": "sql"
}
}
}
}