Files
cloud-cap-samples/packages/bookshop/package.json
2020-04-02 15:52:37 +02:00

19 lines
429 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": "^3",
"express": "^4",
"hdb": "^0.17.1"
},
"devDependencies": {
"jest": "*"
},
"scripts": {
"start": "npx cds run",
"test": "jest"
}
}