Files
cloud-cap-samples/bookshop/package.json
2020-03-02 08:45:39 +01:00

10 lines
259 B
JSON

{
"name": "@capire/bookshop",
"version": "1.0.0",
"description": "A simple self-contained bookshop service.",
"scripts": {
"test:genres": "cds serve tests/genres.cds --in-memory",
"start": "cds run --in-memory?",
"watch": "cds watch"
}
}