Files
cloud-cap-samples/fiori/package.json
Daniel 26d7fc767c ...
2020-03-02 00:08:49 +01:00

24 lines
535 B
JSON

{
"name": "@capire/fiori",
"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": {
"@capire/bookshop": "*",
"@capire/genres": "*",
"@capire/common": "*",
"@sap/cds": "*",
"express": "*"
},
"scripts": {
"start": "cds run --in-memory?",
"watch": "cds watch"
},
"cds": {
"requires": {
"db": {
"kind": "sql"
}
}
}
}