-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 1.5 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@sfccdevops/sfcc-a11y",
"version": "1.3.1",
"description": "Automated Accessibility Tester for Client Websites",
"homepage": "https://github.com/sfccdevops/accessibility-tester#readme",
"license": "MIT",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"main": "./bin/cli.js",
"bin": {
"sfcc-a11y": "./bin/cli.js"
},
"engines": {
"node": ">=14.17.3",
"npm": ">= 6.14.13"
},
"keywords": [
"a11y",
"accessibility",
"cli",
"csv",
"html",
"jira",
"json",
"markdown",
"report",
"screen capture",
"screenshot",
"Section508",
"WCAG2A",
"WCAG2AA",
"WCAG2AAA",
"xml"
],
"contributors": [
{
"name": "Peter Schmalfeldt",
"email": "me@peterschmalfeldt.com",
"url": "https://peterschmalfeldt.com"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/sfccdevops/accessibility-tester.git"
},
"bugs": {
"url": "https://github.com/sfccdevops/accessibility-tester/issues"
},
"scripts": {
"test": "eslint --ext .js ./ && echo '\n【ツ】CODE PERFECTION !!!\n'"
},
"dependencies": {
"archiver": "^5.3.1",
"bluebird": "^3.7.2",
"chalk": "^4.1.2",
"handlebars": "^4.7.7",
"moment": "^2.29.4",
"open": "^8.4.0",
"ora": "^5.4.1",
"pa11y": "^6.2.3",
"prompt": "^1.3.0",
"yargs": "^17.5.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^8.19.0",
"eslint-plugin-import": "^2.26.0"
}
}