-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "risk-management",
"version": "3.0.0",
"description": "Template for the Learning Journey Building side-by-side extensions on SAP BTP",
"author": "m.haug@sap.com",
"license": "SAP SAMPLE CODE LICENSE",
"repository": "https://github.com/SAP-samples/sap-learning-extension-suite",
"dependencies": {
"@sap-cloud-sdk/http-client": "2.15.0",
"@sap-cloud-sdk/resilience": "^3.12.1",
"@sap/cds": "^7.2.0",
"express": "^4"
},
"devDependencies": {
"@cap-js/sqlite": "^1",
"@sap/ux-specification": "^1.120.1"
},
"scripts": {
"start": "cds-serve",
"watch-risk-management": "cds watch --open risk-management/webapp/index.html?sap-ui-xx-viewCache=false"
},
"cds": {
"requires": {
"API_BUSINESS_PARTNER": {
"kind": "odata-v2",
"model": "srv/external/API_BUSINESS_PARTNER",
"credentials": {
"url": "https://sandbox.api.sap.com/s4hanacloud/sap/opu/odata/sap/API_BUSINESS_PARTNER/"
}
}
}
},
"sapux": [
"app/risk-management"
]
}