-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (32 loc) · 755 Bytes
/
package.json
File metadata and controls
33 lines (32 loc) · 755 Bytes
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
{
"name": "@contanerized/playwright-axe-reporting",
"version": "0.1.0",
"description": "checks 103 axe rules against any number of urls",
"engines": {
"node": ">=10.0.0"
},
"author": {
"name": "Anthony Delorie",
"url": "https://github.com/jsdev"
},
"keywords": [
"accessibility",
"website",
"scan",
"audit"
],
"homepage": "https://github.com/jsdev/playwright-axe-audit",
"bugs": {
"url": "https://github.com/jsdev/playwright-axe-audit/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jsdev/playwright-axe-audit.git"
},
"license": "ISC",
"dependencies": {
"@axe-core/playwright": "^4.8.5",
"axe-html-reporter": "^2.2.3",
"playwright": "^1.41.2"
}
}