-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 862 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
{
"name": "custom-webdriver-v5-testrail-reporter",
"version": "1.0.0",
"description": "TestRail reporter for WebdriverIO v5",
"homepage": "https://github.com/klalka-dev/custom-webdriver-v5-testrail-reporter.git",
"main": "build/index.js",
"keywords": [
"Webdriver IO",
"Custom Reporter",
"TestRail"
],
"repository": "https://github.com/klalka-dev/custom-webdriver-v5-testrail-reporter.git",
"author": "Kevin Lalka <[email protected]>",
"license": "MIT",
"dependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@wdio/reporter": "^5.4.15",
"chalk": "^2.4.2",
"node-fetch": "^2.3.0",
"pretty-ms": "^4.0.0"
},
"scripts": {
"compile": "babel src/ -d build/ --config-file ./babel.config.js"
},
"peerDependencies": {
"@wdio/cli": "^5.0.0"
}
}