{ "name": "bookstore", "description": "Generated by cds init", "repository": "https://github.com/SAP-samples/cloud-cap-samples.git", "license": "SAP SAMPLE CODE LICENSE", "version": "1.0.0", "engines": { "node": "^8.9" }, "dependencies": { "@sap/cds": "^3.16.3", "@sap/cds-rest": "latest", "express": "^4.17.1" }, "scripts": { "build": "cds build/all --clean", "deploy": "cds deploy", "start": "cds run" } }