-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 985 Bytes
/
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
{
"name": "codeceptjs-pixelmatchhelper",
"version": "1.0.6",
"description": "Pixelmatch helper for CodeceptJS, with support for Playwright, Webdriver, TestCafe, Puppeteer & Appium",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:stracker-phil/codeceptjs-pixelmatchhelper.git"
},
"dependencies": {
"fs": "0.0.1-security",
"path": "^0.12.7",
"pixelmatch": "^5.2.1",
"pngjs": "^6.0.0"
},
"devDependencies": {
"codeceptjs": "^3.1.1",
"mocha": "^8.4.0",
"mochawesome": "^6.2.2"
},
"keywords": [
"codecept.io",
"codeceptjs",
"pixelmatch",
"codeceptjs-pixelmatch",
"codeceptjs visual tests",
"codecept visual tests"
],
"author": "Philipp Stracker <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stracker-phil/codeceptjs-pixelmatchhelper/issues"
},
"homepage": "https://github.com/stracker-phil/codeceptjs-pixelmatchhelper#readme"
}