-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 992 Bytes
/
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
{
"name": "@sapmentors/cds-scp-api",
"version": "1.0.4",
"description": "CDS Extension for External Service Consumption",
"main": "index.js",
"scripts": {
"test": "mocha",
"release": "standard-version"
},
"dependencies": {
"@sap/xsenv": "^3.1.0",
"@sap/cds": "^4.5.2",
"@sap-cloud-sdk/core": "1.37.1",
"axios-oauth-client": "^1.4.0",
"axios-token-interceptor": "^0.2.0",
"axios": "^0.21.1",
"cfenv": "^1.2.3",
"tunnel": "^0.0.6"
},
"devDependencies": {
"axios-mock-adapter": "^1.19.0",
"eslint": "^7.20.0",
"lodash": "^4.17.20",
"mocha": "^8.3.0",
"standard-version": "^9.1.1"
},
"keywords": [
"sap",
"cap",
"cds",
"axios"
],
"author": "SAP Mentors & Friends",
"license": "MIT",
"bugs": {
"url": "https://github.com/sapmentors/cds-scp-api/issues"
},
"homepage": "https://github.com/sapmentors/cds-scp-api#readme",
"repository": "git://github.com/sapmentors/cds-scp-api.git"
}