Files
cloud-cap-samples/packages/bookshop/package.json
2020-02-10 09:30:26 +00:00

18 lines
410 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": "*"
},
"devDependencies": {
"jest": "*"
},
"scripts": {
"start": "npx cds run",
"test": "jest"
}
}