Add initial content

This commit is contained in:
i079695
2019-09-06 12:16:54 +02:00
parent 1b459f9e49
commit 7825653c61
18 changed files with 415 additions and 0 deletions

View File

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