-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 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
{
"name": "testaro",
"version": "55.5.10",
"description": "Run 1000 web accessibility tests from 11 tools and get a standardized report",
"main": "index.js",
"scripts": {
"tests": "node validation/executors/tests",
"test": "node validation/executors/test",
"run": "node validation/executors/run",
"dirWatch": "node validation/executors/dirWatch",
"netWatch": "node validation/executors/netWatch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cvs-health/testaro.git"
},
"keywords": [
"accessibility",
"a11y",
"testing",
"automation"
],
"author": "Jonathan Pool <jonathan.pool@cvshealth.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cvs-health/testaro/issues"
},
"homepage": "https://github.com/cvs-health/testaro#readme",
"dependencies": {
"@qualweb/core": "*",
"@qualweb/act-rules": "*",
"@qualweb/wcag-techniques": "*",
"@qualweb/best-practices": "*",
"@siteimprove/alfa-act": "*",
"@siteimprove/alfa-playwright": "*",
"@siteimprove/alfa-rules": "*",
"@wally-ax/wax-dev": "*",
"accessibility-checker": "*",
"aslint-testaro": "*",
"axe-playwright": "*",
"dotenv": "*",
"pixelmatch": "*",
"playwright": "*",
"playwright-dompath": "*"
},
"devDependencies": {
"eslint": "*"
}
}