forked from wix-incubator/detox-applitools-testing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 842 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
{
"name": "detox-applitools-testing",
"version": "1.1.1",
"description": "Utility to integrate applitools screenshot testing in your detox tests",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wix-incubator/detox-applitools-testing.git"
},
"keywords": [
"applitools",
"detox",
"screenshot",
"testing"
],
"author": "Gytis Vinclovas",
"license": "MIT",
"bugs": {
"url": "https://github.com/wix-incubator/detox-applitools-testing/issues"
},
"homepage": "https://github.com/wix-incubator/detox-applitools-testing#readme",
"dependencies": {
"@applitools/eyes-common": "^3.24.0",
"@applitools/eyes-images": "^4.12.20"
},
"peerDependencies": {
"detox": "*"
}
}