-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 924 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
37
38
39
40
41
{
"name": "wdio-test-reporter-service",
"version": "9.0.12",
"description": "WebdriverIO server to send reporter data to testreporter.io",
"type": "module",
"main": "src/index.js",
"engines": {
"node": "20.x"
},
"scripts": {
"release": "release-it --github.release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WillBrock/wdio-test-reporter-service.git"
},
"keywords": [
"WebdriverIO",
"tests",
"test",
"e2e",
"wdio",
"testing",
"reporter",
"service"
],
"author": "Will Brock",
"license": "ISC",
"bugs": {
"url": "https://github.com/WillBrock/wdio-test-reporter-service/issues"
},
"homepage": "https://github.com/WillBrock/wdio-test-reporter-service#readme",
"dependencies": {
"btoa": "^1.2.1",
"fs-extra": "^11.2.0",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"release-it": "^17.0.1"
}
}