This repository was archived by the owner on Jan 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.39 KB
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
55
56
57
58
59
60
61
62
63
{
"name": "@habx/nightwatchx",
"version": "1.15.0",
"readme": "@habx/nightwatchx",
"main": "./dist/src/index.js",
"types": "./dist/typings/src/index.d.ts",
"scripts": {
"build": "tsc",
"lint": "eslint \"src/**\""
},
"bin": {
"nightwatchx": "./dist/scripts/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/habx/nightwatchx"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix"
]
},
"dependencies": {
"append-query": "^2.1.0",
"aws-sdk": "^2.786.0",
"browserstack-local": "^1.4.8",
"chromedriver": "80.0.2",
"dotenv": "^8.2.0",
"events": "^3.2.0",
"fetch-readablestream": "^0.2.0",
"file-saver": "^2.0.2",
"fs": "0.0.2",
"imagemin": "^7.0.1",
"imagemin-pngquant": "^8.0.0",
"jimp": "0.16.1",
"lodash": "^4.17.20",
"merge-img": "^2.1.3",
"nightwatch": "^1.5.1",
"node-fetch": "^2.6.1",
"path": "^0.12.7",
"pixelmatch": "5.2.1",
"pngjs": "^3.4.0",
"shelljs": "^0.8.4",
"strip-ansi": "^6.0.0"
},
"license": "MIT",
"devDependencies": {
"@habx/eslint-config-client": "^2.8.0",
"@types/pngjs": "^3.4.2",
"husky": "^4.3.0",
"lint-staged": "^10.5.1",
"typescript": "^3.9.7"
},
"files": [
"dist"
],
"publishConfig": "https://npm.pkg.github.com/"
}