28 lines
594 B
JSON
28 lines
594 B
JSON
{
|
|
"name": "@capire/reviews",
|
|
"version": "1.0.0",
|
|
"files": [
|
|
"db",
|
|
"srv",
|
|
"index.cds"
|
|
],
|
|
"dependencies": {
|
|
"@sap/cds": "^5",
|
|
"express": "^4.17.1"
|
|
},
|
|
"scripts": {
|
|
"reviews-service": "cds watch",
|
|
"books-reviewed": "cds watch ../reviewed"
|
|
},
|
|
"cds": {
|
|
"requires": {
|
|
"messaging": {
|
|
"[production]": { "kind": "enterprise-messaging" },
|
|
"[hybrid]": { "kind": "enterprise-messaging-shared" },
|
|
"[local]": { "kind": "file-based-messaging" },
|
|
"kind": "local-messaging"
|
|
},
|
|
"db": { "kind": "sql" }
|
|
}
|
|
}
|
|
} |