Files
cloud-cap-samples/packages/bookshop/package.json
2020-02-11 11:50:45 +01:00

33 lines
787 B
JSON

{
"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",
"@sap/xb-msg-amqp-v100": "^0.9.35",
"express": "*"
},
"devDependencies": {
"sqlite3": "^4.1.1"
},
"scripts": {
"start": "npx cds run"
},
"cds": {
"requires": {
"API_BUSINESS_PARTNER": {
"kind": "odata",
"model": "srv/external/API_BUSINESS_PARTNER",
"--credentials": {
"prefix": "sap/S4HANAOD/c098/BO",
"destination": "cap-api098"
}
},
"--messaging": {
"kind": "enterprise-messaging"
}
}
}
}