-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
45 lines (45 loc) · 1.42 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
{
"jest-junit": {
"suiteName": "Red Hat Trusted Application Pipeline",
"outputName": "qd-report-e2e.xml",
"uniqueOutputName": "false",
"classNameTemplate": "{classname}-{title}",
"titleTemplate": "{classname}-{title}",
"ancestorSeparator": " › ",
"usePathForSuiteName": "false"
},
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"test": "NODE_NO_WARNINGS=1 JEST_JUNIT_OUTPUT_DIR=${ARTIFACT_DIR-./artifacts} jest --config=jest.config.js"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/preset-typescript": "^7.23.3",
"@jest/globals": "^29.7.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"babel-jest": "^29.7.0",
"eslint": "^9.0.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-no-null": "^1.0.2",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"jest-runner-groups": "^2.2.0",
"jest-stare": "^2.5.1",
"prettier": "^3.0.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@backstage/plugin-scaffolder-common": "^1.5.1",
"@backstage/plugin-scaffolder-react": "^1.7.0",
"@gitbeaker/rest": "^41.0.0",
"@janus-idp/shared-react": "^2.4.0",
"@kubernetes/client-node": "^0.22.1",
"@octokit/rest": "^20.0.2",
"axios": "^1.6.8",
"jest-html-reporters": "^3.1.7",
"unique-names-generator": "^4.7.1"
}
}