Files
cloud-cap-samples/events/package.json
2020-03-02 02:43:15 +01:00

21 lines
379 B
JSON

{
"name": "@capire/bookshop-with-reviews",
"version": "1.0.0",
"dependencies": {
"@capire/bookshop": "*",
"@capire/reviews": "*"
},
"cds": {
"requires": {
"db": {
"kind": "sql"
},
"sap.capire.reviews.ReviewsService": {
"kind": "odata"
},
"messaging": {
"kind": "file-based-messaging"
}
}
}
}