Files
cloud-cap-samples/reviews/package.json
Johannes Vogt 89307140ad auth changes
2025-03-21 16:54:24 +01:00

35 lines
609 B
JSON

{
"name": "@capire/reviews",
"version": "1.0.0",
"files": [
"db",
"srv",
"index.cds"
],
"dependencies": {
"@cap-js/hana": "^1.7.0",
"@sap/cds": ">=5",
"@sap/xssec": "^4.4.0",
"express": "^4.17.1"
},
"scripts": {
"start": "cds-serve"
},
"cds": {
"requires": {
"messaging": {
"[development]": {
"kind": "file-based-messaging"
},
"[hybrid]": {
"kind": "enterprise-messaging-shared"
},
"[production]": {
"kind": "enterprise-messaging"
}
},
"db": true
}
}
}