26 lines
568 B
JSON
26 lines
568 B
JSON
{
|
|
"name": "@sap/capire-reviews",
|
|
"version": "1.0.0",
|
|
"description": "A reuse service providing generic means to add reviews and ratings to target objects, e.g. products.",
|
|
"repository": "https://github.com/SAP-samples/cloud-cap-samples.git",
|
|
"license": "SAP SAMPLE CODE LICENSE",
|
|
"dependencies": {
|
|
"@sap/cds": "latest",
|
|
"express": "*"
|
|
},
|
|
"files": [
|
|
"db",
|
|
"srv",
|
|
"index.cds"
|
|
],
|
|
"cds": {
|
|
"requires": {
|
|
"db": {
|
|
"kind": "sql"
|
|
},
|
|
"messaging": {
|
|
"kind": "file-based-messaging"
|
|
}
|
|
}
|
|
}
|
|
} |