-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.22 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.22 KB
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
{
"name": "js-applitools-start-kit",
"version": "1.2.0",
"description": "js-applitools-start-kit",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"@applitools/eyes-selenium": "^4.33.30",
"@applitools/eyes-webdriverio": "^5.9.22",
"@wdio/cli": "^6.4.0",
"@wdio/local-runner": "^6.4.0",
"@wdio/mocha-framework": "^6.4.0",
"@wdio/spec-reporter": "^6.4.0",
"@wdio/sync": "^6.4.0",
"chromedriver": "^84.0.1",
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"pre-commit": "^1.2.2",
"wdio-chromedriver-service": "^5.0.2",
"wdio-docker-service": "^2.3.1"
},
"scripts": {
"lint": "eslint --ext .js .",
"test": "mocha",
"test:visual": "wdio test/wdio.conf.js",
"test:visual:cloud": "wdio test/wdio.cloud.conf.js"
},
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jerseysu/js-applitools-start-kit.git"
},
"keywords": [
"applitools"
],
"author": "jerseysu",
"license": "ISC",
"bugs": {
"url": "https://github.com/jerseysu/js-applitools-start-kit/issues"
},
"homepage": "https://github.com/jerseysu/js-applitools-start-kit#readme"
}