-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 975 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 975 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
33
34
35
36
37
38
39
40
41
42
{
"name": "pa11y-ratchet",
"version": "3.5.1",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "vitest",
"build": "node ./build.mjs",
"checkTs": "tsc --noEmit",
"lint": "eslint ."
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.2.0",
"@types/mustache": "^4.2.5",
"@types/node": "^20.12.12",
"@types/pa11y": "^5.3.7",
"@types/xml2js": "^0.4.14",
"esbuild": "^0.21.3",
"eslint": "^9.2.0",
"globals": "^15.2.0",
"rimraf": "^5.0.7",
"typescript": "^5.4.5",
"typescript-eslint": "^7.9.0",
"vitest": "^1.6.0"
},
"dependencies": {
"@actions/artifact": "^2.1.7",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"fast-csv": "^5.0.1",
"node-fetch": "^3.3.2",
"p-throttle": "^7.0.0",
"pa11y": "^8.0.0",
"remove": "^0.1.5",
"xml2js": "^0.6.2"
}
}