delete local package.json
This commit is contained in:
@@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user