50 lines
918 B
JSON
50 lines
918 B
JSON
{
|
|
"name": "@capire/bookshop",
|
|
"version": "1.0.0",
|
|
"description": "A simple self-contained bookshop service.",
|
|
"files": [
|
|
"app",
|
|
"srv",
|
|
"db",
|
|
"index.cds",
|
|
"index.js"
|
|
],
|
|
"dependencies": {
|
|
"@sap/cds": "^5",
|
|
"@sap/cds-mtx": "^2",
|
|
"@sap/xssec": "^3",
|
|
"express": "^4.17.1",
|
|
"hdb": "^0.19.0",
|
|
"passport": "0.4.1"
|
|
},
|
|
"scripts": {
|
|
"genres": "cds serve test/genres.cds",
|
|
"start": "cds run",
|
|
"watch": "cds watch"
|
|
},
|
|
"cds": {
|
|
"requires": {
|
|
"db": {
|
|
"kind": "sql"
|
|
},
|
|
"[production]": {
|
|
"db": {
|
|
"kind": "hana-mt"
|
|
},
|
|
"auth": {
|
|
"kind": "xsuaa"
|
|
},
|
|
"multitenancy": true,
|
|
"approuter": {
|
|
"kind": "cloudfoundry"
|
|
}
|
|
}
|
|
},
|
|
"mtx": {
|
|
"element-prefix": "Z_",
|
|
"namespace-blocklist": [],
|
|
"extension-allowlist": []
|
|
}
|
|
}
|
|
}
|