{ "name": "@sap/capire-samples", "description": "The umbrella project for all samples to easily setup for local development and tests.", "repository": "https://github.com/SAP-samples/cloud-cap-samples.git", "author": "daniel.hutzel@sap.com", "private": true, "scripts": { "bookshop": "cds watch bookshop" }, "dependencies": { "@sap/capire-bookshop": "./bookshop", "@sap/capire-common": "./common" }, "--add-these-to-devDependencies-for-tests": { "@types/jest": "*", "jest": "*" }, "license": "SAP SAMPLE CODE LICENSE" }