-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.57 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
54
{
"dependencies": {
"@wdio/cli": "^5.22.1",
"@wdio/dot-reporter": "^5.18.6",
"@wdio/local-runner": "^5.22.1",
"@wdio/mocha-framework": "^5.18.7",
"@wdio/reporter": "^5.18.6",
"@wdio/sync": "^5.20.1",
"commander": "^2.20.3",
"wdio-image-comparison-service": "^1.12.2",
"webdriverio": "^5.22.1"
},
"devDependencies": {
"concurrently": "^5.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^1.7.0",
"eslint-plugin-wdio": "^5.13.2",
"prettier": "^1.19.1"
},
"name": "sharpeye",
"version": "5.3.0",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "concurrently --success first --kill-others \"node test/server.js\" \"node index.js -b chrome -c test/sharpeye.conf.js -t test/sharpeye.tasks.js\"",
"lint": "eslint ."
},
"bin": {
"sharpeye": "index.js"
},
"author": "Timo Welde",
"license": "GPL-2.0",
"description": "This tool goes through a list of tasks with URLs or click paths, makes screenshots of them and compares them.",
"repository": {
"type": "git",
"url": "git+https://github.com/BurdaMagazinOrg/sharpeye.git"
},
"keywords": [
"visual",
"regression"
],
"bugs": {
"url": "https://github.com/BurdaMagazinOrg/sharpeye/issues"
},
"homepage": "https://github.com/BurdaMagazinOrg/sharpeye#readme"
}