-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
51 lines (51 loc) · 1.04 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
{
"name": "eyes.it",
"version": "2.0.0",
"description": "",
"main": "dist/src/index.js",
"files": [
"dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": ":",
"precommit": "lint-staged",
"pretest": "yoshi build",
"test": "yoshi test --protractor",
"release": "wnpm-release --no-shrinkwrap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wix/eyes.it.git"
},
"author": "Shahar Talmi <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/wix/eyes.it/issues"
},
"homepage": "https://github.com/wix/eyes.it#readme",
"dependencies": {
"eyes.selenium": "^3.8.9",
"lodash.merge": "^4.6.2"
},
"devDependencies": {
"protractor": "^7.0.0",
"selenium-webdriver": "^3.6.0",
"uuid": "^8.1.0",
"wnpm-ci": "*",
"yoshi": "^4.87.0"
},
"lint-staged": {
"*.js": "yoshi lint"
},
"babel": {
"presets": [
"yoshi"
]
},
"eslintConfig": {
"extends": "yoshi"
}
}