-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.56 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.56 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
{
"name": "@sap-cloud-sdk/integration-tests",
"version": "3.26.0",
"description": "SAP Cloud SDK for JavaScript integration tests",
"homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",
"license": "Apache-2.0",
"private": true,
"repository": "github:SAP/cloud-sdk-js",
"scripts": {
"test": "yarn test:integration",
"test:integration": "jest",
"coverage": "jest --coverage",
"lint": "eslint --ext .ts . && prettier . --config ../../.prettierrc --ignore-path ../../.prettierignore -c",
"lint:fix": "set TIMING=1 && eslint --ext .ts . --fix --quiet && prettier . --config ../../.prettierrc --ignore-path ../../.prettierignore -w --log-level error",
"check:dependencies": "depcheck . --ignores=@sap-cloud-sdk/generator,@sap-cloud-sdk/openapi-generator"
},
"dependencies": {
"@sap-cloud-sdk/connectivity": "^3.26.0",
"@sap-cloud-sdk/http-client": "^3.26.0",
"@sap-cloud-sdk/mail-client": "^3.26.0",
"@sap-cloud-sdk/test-services-odata-v2": "^3.26.0",
"@sap-cloud-sdk/test-services-odata-v4": "^3.26.0",
"@sap-cloud-sdk/test-util": "^3.26.0",
"@sap-cloud-sdk/util": "^3.26.0",
"@sap/xssec": "^4.2.8",
"axios": "^1.7.9"
},
"devDependencies": {
"@sap-cloud-sdk/generator": "^3.26.0",
"@sap-cloud-sdk/odata-common": "^3.26.0",
"@sap-cloud-sdk/odata-v2": "^3.26.0",
"@sap-cloud-sdk/openapi-generator": "^3.26.0",
"bignumber.js": "^9.1.2",
"moment": "^2.30.1",
"execa": "^5.0.0",
"jsonwebtoken": "^9.0.2",
"mock-fs": "^5.3.0",
"nock": "^14.0.1",
"winston": "^3.17.0"
}
}