Files
cloud-cap-samples/packages/bookshop/package.json
pianocktail 44cf281360 package.json
2020-02-06 09:00:34 +00:00

31 lines
776 B
JSON

{
"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"
},
"scripts": {
"start": "cds run --in-memory?",
"watch": "cds watch"
},
"cds": {
"requires": {
"db": {
"kind": "sqlite",
"[production]": {
"kind": "hana"
},
"model": "srv"
},
"uaa": {
"kind": "xsuaa"
}
}
}
}