-
Notifications
You must be signed in to change notification settings - Fork 127
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 5.06 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 5.06 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "@gooddata/sdk-backend-tiger",
"version": "11.16.0-alpha.0",
"description": "GoodData Backend SPI implementation for GoodData Cloud and GoodData.CN",
"repository": {
"type": "git",
"url": "https://github.com/gooddata/gooddata-ui-sdk.git",
"directory": "libs/sdk-backend-tiger"
},
"license": "MIT",
"author": "GoodData",
"sideEffects": false,
"type": "module",
"exports": "./esm/index.js",
"browser": "./esm/index.js",
"types": "./esm/index.d.ts",
"files": [
"esm/**/*.js",
"esm/**/*.json",
"esm/**/*.d.ts",
"esm/**/*.map"
],
"scripts": {
"_phase:build": "npm run build",
"_phase:post-build": "npm run build-dynamic-files",
"_phase:test": "npm run build-dynamic-files && npm run test-once",
"_phase:validate": "npm run build-dynamic-files && npm run validate",
"api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
"build": "bash scripts/build.sh",
"build-dynamic-files": "bash scripts/build.sh --genFilesOnly",
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
"clear-recordings": "rm -rf ./tests/wiremock/recordings/mappings/* ./tests/wiremock/recordings/__files/*",
"create-ref-workspaces": "node ./tests/reference_workspace/create_test_workspaces.mjs",
"delete-ref-workspaces": "node ./tests/reference_workspace/delete_test_workspaces.mjs",
"dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
"dep-cruiser-ci": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
"eslint": "eslint -c .eslintrc.cjs --ignore-path ../.eslintignore .",
"eslint-ci": "mkdir -p ./ci/results && eslint -f checkstyle -o ci/results/eslint-results.xml -c .eslintrc.cjs --ignore-path ../.eslintignore .",
"eslint-fix": "eslint -c .eslintrc.cjs --ignore-path ../.eslintignore . --fix",
"integrated-test": "./scripts/integrated-test.sh",
"integrated-test-live-backend": "./scripts/integrated-test-live-backend.sh",
"isolated-test-rec": "GD_TIGER_REC=true NODE_TLS_REJECT_UNAUTHORIZED=0 vitest --config vitest.integrated.config.ts run",
"isolated-test-rec-snapshots": "GD_TIGER_REC=true NODE_TLS_REJECT_UNAUTHORIZED=0 vitest -u --config vitest.integrated.config.ts run",
"isolated-test-run": "NODE_TLS_REJECT_UNAUTHORIZED=0 vitest --config vitest.integrated.config.ts run",
"prettier-check": "prettier --no-error-on-unmatched-pattern --check '{src,tests}/**/*.{json,scss,md,yaml,html}'",
"prettier-write": "prettier --no-error-on-unmatched-pattern --write '{src,tests}/**/*.{json,scss,md,yaml,html}'",
"refresh-md": "./scripts/refresh-md.sh && npm run build",
"remove-sensitive-data": "./tests/wiremock/remove_sensitive_data.sh",
"test": "vitest watch",
"test-ci": "vitest run --silent",
"test-isolated-ci": "./scripts/isolated-test.sh",
"test-once": "vitest run",
"validate": "tsc && npm run dep-cruiser && npm run eslint && npm run prettier-check",
"validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-backend-tiger\"' "
},
"dependencies": {
"@gooddata/api-client-tiger": "workspace:*",
"@gooddata/emailjs-mime-codec-new": "3.0.2",
"@gooddata/sdk-backend-base": "workspace:*",
"@gooddata/sdk-backend-spi": "workspace:*",
"@gooddata/sdk-model": "workspace:*",
"@gooddata/util": "workspace:*",
"axios": "^1.9.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"eventsource-parser": "~3.0.0",
"exponential-backoff": "^3.1.1",
"lodash-es": "^4.17.21",
"lru-cache": "11.1.0",
"spark-md5": "^3.0.0",
"ts-invariant": "^0.7.5",
"tslib": "2.8.1",
"uuid": "^11.1.0"
},
"devDependencies": {
"@gooddata/catalog-export": "workspace:*",
"@gooddata/eslint-config": "workspace:*",
"@gooddata/fixtures": "3.3.4",
"@gooddata/reference-workspace": "workspace:*",
"@microsoft/api-documenter": "^7.17.0",
"@microsoft/api-extractor": "^7.52.8",
"@types/lodash-es": "^4.17.12",
"@types/spark-md5": "^3.0.1",
"@typescript-eslint/eslint-plugin": "8.46.0",
"@typescript-eslint/parser": "8.46.0",
"dependency-cruiser": "^14.1.2",
"dotenv": "16.0.3",
"eslint": "^8.57.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-import-esm": "1.2.1",
"eslint-plugin-no-only-tests": "2.6.0",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-regexp": "1.15.0",
"eslint-plugin-sonarjs": "0.16.0",
"eslint-plugin-tsdoc": "0.2.14",
"prettier": "^3.6.2",
"typescript": "5.9.3",
"vitest": "3.2.4"
}
}