Files
cloud-cap-samples/packages/bookshop/package_local.json
2020-02-06 08:27:57 +00:00

24 lines
588 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"
},
"cds": {
"requires": {
"uaa": {
"kind": "xsuaa"
}
}
},
"scripts": {
"start": "cds run --in-memory?",
"watch": "cds watch"
}
}