{ "name": "@capire/samples", "version": "3.0.0", "description": "A monorepo with several samples for CAP.", "repository": "https://github.com/sap-samples/cloud-cap-samples.git", "author": "daniel.hutzel@sap.com", "dependencies": { "@sap/cds": ">=8", "@cap-js/hana": "^1", "@sap/xssec": "^4" }, "workspaces": [ "./bookshop", "./bookstore", "./common", "./fiori", "./orders", "./reviews", "./etc/data-viewer", "./etc/loggers" ], "devDependencies": { "@cap-js/cds-test": "^0", "@cap-js/cds-types": "^0", "@cap-js/sqlite": "^1", "@sap/cds-dk": "^8", "eslint": "^9", "semver": "^7" }, "scripts": { "bookshop": "cds watch bookshop", "fiori": "cds watch fiori", "lint": "eslint", "test": "npx jest --silent", "jest": "npx jest --silent", "mocha": "CDS_TEST_SILENT=y npx mocha" }, "mocha": { "recursive": true, "parallel": true, "timeout": 6666 }, "license": "SEE LICENSE IN LICENSE", "private": true, "cds": { "sql": { "native_hana_associations": false }, "requires": { "[production]": { "auth": "xsuaa" } } } }