Files
cloud-cap-samples/bookshop/package.json
Daniel 9921b2f3de .
2020-03-02 01:22:59 +01:00

21 lines
502 B
JSON

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