delete local package.json

This commit is contained in:
Matthias Buehl
2020-03-24 16:07:17 +01:00
parent e8156ce08a
commit ece7aa99cc

View File

@@ -1,23 +0,0 @@
{
"name": "@sap/capire-bookshop",
"version": "1.0.0",
"description": "A simple bookshop application, build in a self-contained all-in-one fashion, i.e. w/o reusing other packages.",
"license": "SAP SAMPLE CODE LICENSE",
"dependencies": {
"@sap/cds": "latest",
"express": "*",
"passport": "^0.4.1",
"hdb": "^0.17.1"
},
"cds": {
"requires": {
"uaa": {
"kind": "xsuaa"
}
}
},
"scripts": {
"start": "cds run --in-memory?",
"watch": "cds watch"
}
}