forked from DanielGallo/wdio-teamcity-reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.29 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
46
47
48
49
50
51
52
{
"name": "wdio-sstid-teamcity-reporter",
"version": "1.0.0",
"description": "WebdriverIO TeamCity reporter",
"main": "index.js",
"engines": {
"node": ">=12"
},
"scripts": {
"cleanup": "git reset --hard",
"lint": "standard lib/*.js test/**/*.js *.js",
"test": "wdio test/integration/wdio.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/donovan-shook/wdio-teamcity-reporterr.git"
},
"keywords": [
"teamcity",
"wdio",
"webdriverio",
"screenshot",
"reporter"
],
"author": "Donovan Shook",
"license": "MIT",
"bugs": {
"url": "https://github.com/donovan-shook/wdio-teamcity-reporter/issues"
},
"homepage": "https://github.com/donovan-shook/wdio-teamcity-reporterr",
"dependencies": {
"shelljs": "^0.8.4",
"uuid": "^8.3.1"
},
"devDependencies": {
"@wdio/cli": "^7.14.1",
"@wdio/devtools-service": "^7.14.1",
"@wdio/local-runner": "^7.14.1",
"@wdio/mocha-framework": "^7.14.1",
"@wdio/reporter": "^7.14.1",
"@wdio/selenium-standalone-service": "^7.14.1",
"@wdio/sync": "^7.14.1",
"eslint": "^7.18.0",
"npm-run-all": "^4.1.5",
"release-it": "^14.11.6",
"standard": "^17.0.0",
"tape": "^5.5.3"
},
"peerDependencies": {
"@wdio/cli": "^7.0.0"
}
}