-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.66 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.66 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
{
"name": "askui",
"license": "MIT",
"author": "askui GmbH <info@askui.com> (http://www.askui.com/)",
"version": "0.22.0",
"description": "Reliable, automated end-to-end-testing that only depends on what is shown on your screen instead of the technology you are running on",
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/askui/askui.git"
},
"bugs": {
"url": "https://github.com/askui/askui/issues"
},
"homepage": "https://github.com/askui/askui#askui",
"engines": {
"npm": ">8.1.2",
"node": ">16.13.2"
},
"keywords": [
"test",
"testing",
"automated-testing",
"e2e-testing",
"rpa",
"askui",
"function-testing",
"ui-testing",
"automation",
"selenium",
"cypress",
"playwright",
"ui-automation"
],
"scripts": {
"postinstall": "husky install",
"postpublish": "pinst --enable",
"prepublishOnly": "pinst --disable"
},
"devDependencies": {
"@commitlint/cli": "19.7.1",
"@commitlint/config-conventional": "16.0.0",
"commitizen": "4.2.5",
"cz-conventional-changelog": "3.3.0",
"husky": "7.0.4",
"is-ci": "3.0.1",
"jira-prepare-commit-msg": "1.6.2",
"pinst": "2.1.6",
"zx": "7.2.3"
},
"jira-prepare-commit-msg": {
"isConventionalCommit": true,
"messagePattern": "$M (#$J)"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}