16 lines
412 B
JSON
16 lines
412 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": "*",
|
|
"hdb": "^0.17.1"
|
|
},
|
|
"scripts": {
|
|
"start": "npx cds run",
|
|
"test": "../../node_modules/.bin/jest"
|
|
}
|
|
}
|