Update package.json

This commit is contained in:
Elena Oresharova
2020-02-09 13:14:08 +01:00
parent edc2fdae91
commit 25e3d5261c

View File

@@ -5,7 +5,8 @@
"license": "SAP SAMPLE CODE LICENSE",
"dependencies": {
"@sap/cds": "latest",
"express": "*"
"express": "*",
"hdb": "^0.17.1"
},
"scripts": {
"start": "cds run --in-memory?",
@@ -17,5 +18,9 @@
"kind": "sql"
}
}
},
"devDependencies": {
"@sap/hana-client": "2.4.126",
"@sap/hdi-deploy": "3.7.0"
}
}