final state of exercise 2

This commit is contained in:
d045778
2019-09-23 13:25:44 +02:00
parent 1e28cb217f
commit fb8f6acac7
8 changed files with 153 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "reviews-service",
"version": "1.0.0",
"description": "Generated by cds init",
"repository": "<Add your repository here>",
"license": "ISC",
"dependencies": {
"@sap/cds": "^3.17.4",
"express": "^4.17.1"
},
"engines": {
"node": "^8.9"
},
"scripts": {
"build": "cds build/all --clean",
"deploy": "cds deploy",
"start": "cds run"
}
}