-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
46 lines (46 loc) · 1.09 KB
/
package.json
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
{
"name": "ESPM",
"version": "1.0.0",
"description": "",
"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.4",
"@sap/xsenv": ">=3.3.2 <3.3.3",
"@sap/xssec": "^3.6.0",
"express": "^4",
"hdb": "^0.19.6",
"passport": "^0.6.0",
"@sap/mdk-tools": "^1.7.3"
},
"devDependencies": {
"@cap-js/sqlite": "^1"
},
"scripts": {
"start": "cds-serve"
},
"cds": {
"requires": {
"[production]": {
"db": "hana"
},
"app-service": {
"impl": "@sap/low-code-event-handler"
},
"auth": {
"[development]": {
"kind": "dummy"
},
"[production]": {
"kind": "xsuaa"
}
}
},
"features": {
"fetch_csrf": true
}
},
"lcap": true
}