-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 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
{
"name": "match-screenshot",
"version": "3.0.0",
"description": "",
"author": "Yaniv Efraim <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/wix-incubator/match-screenshot.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"posttest": "eslint .",
"test": "jest --maxWorkers=3",
"release": "wnpm-release"
},
"jest": {
"preset": "jest-puppeteer",
"setupTestFrameworkScriptFile": "<rootDir>/setupTestFrameworkScriptFile.js"
},
"devDependencies": {
"chai": "^4.1.2",
"dargs": "^5.1.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jest": "^21.15.1",
"eslint-plugin-prettier": "^3.0.0",
"execa": "^1.0.0",
"jest": "^22.4.3",
"jest-puppeteer": "^2.3.0",
"mocha": "^5.1.1",
"prettier": "^1.12.1",
"puppeteer": "^1.3.0",
"wnpm-ci": "^7.0.10"
},
"license": "MIT",
"dependencies": {
"@applitools/eyes-images": "^4.12.36",
"dotenv": "^5.0.1",
"mkdirp": "^0.5.1"
},
"types": "./index.d.ts"
}