-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.51 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "Riskmanagement2002",
"version": "1.0.0",
"description": "A simple CAP project.",
"repository": "<Add your repository here>",
"license": "UNLICENSED",
"private": true,
"dependencies": {
"@sap-cloud-sdk/http-client": "^3.4.0",
"@sap-cloud-sdk/util": "^3.4.0",
"@sap/cds": "^7",
"@sap/cds-hana": "^2",
"@sap/low-code-event-handler": "^1.2.3",
"@sap/mdk-tools": "^1.3.1",
"@sap/xsenv": ">=3.3.2 <3.3.3",
"@sap/xssec": "^3.3.3",
"express": "^4",
"hdb": "^0.19.5",
"passport": "^0.6.0"
},
"devDependencies": {
"@cap-js/sqlite": "^1",
"@sap/ux-specification": "^1.108.13"
},
"scripts": {
"start": "cds-serve",
"watch-Riskmanagement2002.Risks2002": "cds watch --open Riskmanagement2002.Risks2002/webapp/index.html?sap-ui-xx-viewCache=false",
"watch-Riskmanagement2002.Miti2002": "cds watch --open Riskmanagement2002.Miti2002/webapp/index.html?sap-ui-xx-viewCache=false"
},
"cds": {
"requires": {
"[production]": {
"db": "hana"
},
"app-service": {
"impl": "@sap/low-code-event-handler"
},
"auth": {
"kind": "xsuaa"
},
"BUPA": {
"kind": "odata-v2",
"model": "srv/external/BUPA",
"[production]": {
"credentials": {
"destination": "BUPA"
}
}
}
},
"features": {
"fetch_csrf": true
}
},
"lcap": true,
"sapux": [
"app/Riskmanagement2002.Risks2002",
"app/Riskmanagement2002.Miti2002"
]
}