-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 898 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
{
"name": "wdio-reportportal-service",
"version": "7.3.1",
"description": "A WebdriverIO v5 service for wdio-reportportal-reporter.",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/borisosipov/wdio-reportportal-service.git"
},
"scripts": {
"test": "jest"
},
"keywords": [
"webdriverio",
"wdio",
"wdio-plugin",
"wdio-service",
"reportportal"
],
"author": "Boris Osipov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/borisosipov/wdio-reportportal-service/issues"
},
"dependencies": {
"reportportal-js-client": "^2.2.1"
},
"devDependencies": {
"@types/jest": "^26.0.24",
"jest": "^26.6.3"
},
"homepage": "https://github.com/borisosipov/wdio-reportportal-service#readme",
"contributors": [
"Boris Osipov <[email protected]>"
]
}