-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "@wdio/junit-reporter",
"version": "7.31.1",
"description": "A WebdriverIO reporter that creates Jenkins compatible XML based JUnit reports",
"author": "Christian Bromann <[email protected]>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-junit-reporter",
"license": "MIT",
"main": "./build/index",
"engines": {
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/webdriverio/webdriverio.git"
},
"keywords": [
"webdriver",
"wdio",
"wdio-reporter",
"junit",
"reporter"
],
"bugs": {
"url": "https://github.com/webdriverio/webdriverio/issues"
},
"dependencies": {
"@types/json-stringify-safe": "^5.0.0",
"@types/validator": "^13.1.3",
"@wdio/reporter": "7.31.1",
"@wdio/types": "7.30.2",
"json-stringify-safe": "^5.0.1",
"junit-report-builder": "^3.0.0",
"validator": "^13.0.0"
},
"peerDependencies": {
"@wdio/cli": "^7.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "9fdf0b6936aadd2b1f2f715ffe024f976287cc56"
}