-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 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
47
48
{
"name": "business-partner-validation-cds",
"version": "1.0.0",
"description": "Generated by cds-services-archetype",
"license": "ISC",
"repository": "<Add your repository here>",
"cds": {
"requires": {
"API_BUSINESS_PARTNER": {
"kind": "odata-v2",
"model": "srv/external/OP_API_BUSINESS_PARTNER_SRV"
},
"db": {
"kind": "sqlite",
"credentials": {
"database": "sqlite.db"
}
}
}
},
"dependencies": {
"@sap/audit-logging": "^5.5.0",
"@sap/cds": "^6.4.1",
"@sap/hana-client": "^2.6.61",
"@sap/xsenv": "^3.2.0",
"@sap/xssec": "^3.2.12",
"express": "^4",
"passport": "^0.6.0"
},
"devDependencies": {
"@sap/hdi-deploy": "^4.4.1",
"@sap/ux-specification": "^1.102.5",
"rimraf": "^3.0.2"
},
"sapux": [
"app/business-partner-validation-ui",
"app/business-partner-validation-ui",
"app/businesspartner",
"app/businesspartner",
"app/businesspartnerui",
"app/businesspartnervalidationui"
],
"scripts": {
"undeploy": "cf undeploy business-partner-validation --delete-services --delete-service-keys --delete-service-brokers",
"build": "rimraf resources mta_archives && mbt build --mtar archive",
"deploy": "cf deploy mta_archives/archive.mtar --retries 1"
}
}