-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
46 lines (46 loc) · 1020 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "ui-check",
"version": "1.0.2",
"description": "基于puppeteer的UI测试工具",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/360hnjd-fe/ui-check.git"
},
"bin": {
"ui-check": "./index.js"
},
"keywords": [
"ui-check",
"puppeteer",
"ui test"
],
"author": "wangmeijian",
"license": "MIT",
"bugs": {
"url": "https://github.com/360hnjd-fe/ui-check/issues"
},
"homepage": "https://github.com/360hnjd-fe/ui-check#readme",
"dependencies": {
"cli-color": "^2.0.0",
"commander": "^4.1.0",
"fs": "0.0.1-security",
"path": "^0.12.7",
"pixelmatch": "^4.0.2",
"pngjs": "^3.3.3",
"puppeteer": "^1.11.0",
"url": "^0.11.0"
},
"devDependencies": {
"@commitlint/cli": "^8.3.4",
"@commitlint/config-conventional": "^8.3.4",
"husky": "^4.0.6",
"minimist": "^0.2.1"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}