-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.5 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
53
{
"name": "wdio-selenoid-standalone-service",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test:e2e": "wdio",
"lint": "eslint src",
"build": "rimraf dist && tsc",
"build:watch": "rimraf dist && yarn build --watch",
"updates": "ncu"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JustSittinHere/wdio-selenoid-standalone-service.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JustSittinHere/wdio-selenoid-standalone-service/issues"
},
"homepage": "https://github.com/JustSittinHere/wdio-selenoid-standalone-service#readme",
"dependencies": {
"@wdio/logger": "7.16.0",
"execa": "5.1.1",
"fs-extra": "10.0.0",
"webdriverio": "7.16.4"
},
"devDependencies": {
"@types/execa": "2.0.0",
"@types/fs-extra": "9.0.13",
"@types/jest": "27.0.2",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"@wdio/cli": "7.16.4",
"@wdio/jasmine-framework": "7.16.4",
"@wdio/local-runner": "7.16.4",
"@wdio/spec-reporter": "7.16.4",
"@wdio/sync": "7.16.4",
"@wdio/types": "7.16.3",
"eslint": "8.2.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"jest": "27.3.1",
"npm-check-updates": "12.0.0",
"prettier": "2.4.1",
"rimraf": "3.0.2",
"ts-jest": "27.0.7",
"typescript": "4.4.4"
}
}