Update project

This commit is contained in:
Daniel Kurzynski
2020-02-07 15:06:00 +01:00
parent ce3094a30d
commit ecd2152be5
3 changed files with 1919 additions and 4 deletions

View File

@@ -5,10 +5,25 @@
"license": "SAP SAMPLE CODE LICENSE",
"dependencies": {
"@sap/cds": "latest",
"@sap/hana-client": "^2.4.182",
"express": "*"
},
"devDependencies": {
"sqlite3": "^4.1.1"
},
"scripts": {
"start": "cds run --in-memory?",
"start": "cds run",
"watch": "cds watch"
},
"cds": {
"requires": {
"db": {
"kind": "hana",
"model": [
"db",
"srv"
]
}
}
}
}