10 lines
259 B
JSON
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"
|
|
}
|
|
} |