Files
cloud-cap-samples/reviews/package.json
2020-03-02 08:35:31 +01:00

25 lines
549 B
JSON

{
"name": "@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",
"files": [
"db",
"srv",
"index.cds"
],
"scripts": {
"watch": "PORT=5005 cds watch"
},
"cds": {
"requires": {
"db": {
"kind": "sql"
},
"messaging": {
"kind": "file-based-messaging"
}
}
},
"license": "SAP SAMPLE CODE LICENSE"
}