CF enablement

This commit is contained in:
pianocktail
2020-02-06 08:27:57 +00:00
parent 6d0194acc0
commit 9932d02d57
16 changed files with 3238 additions and 20 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "@sap/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/cds": "latest",
"express": "*",
"passport": "^0.4.1",
"hdb": "^0.17.1"
},
"cds": {
"requires": {
"uaa": {
"kind": "xsuaa"
}
}
},
"scripts": {
"start": "cds run --in-memory?",
"watch": "cds watch"
}
}