{ "name": "@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", "bookshop-fiori": "cds watch fiori" }, "dependencies": { "@capire/bookshop": "file:bookshop", "@capire/common": "file:common", "@capire/reviews": "file:reviews" }, "add-these-to-devDependencies-for-tests": { "@types/jest": "*", "jest": "*" }, "license": "SAP SAMPLE CODE LICENSE" }