forked from GovTechSG/oobee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.64 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
{
"name": "@govtechsg/purple-hats",
"main": "npmIndex.js",
"version": "0.9.31",
"type": "module",
"imports": {
"#root/*.js": "./*.js"
},
"dependencies": {
"@json2csv/node": "^7.0.3",
"axe-core": "^4.8.2",
"axios": "^1.2.2",
"cheerio": "^1.0.0-rc.12",
"crawlee": "^3.5.8",
"ejs": "^3.1.9",
"fs-extra": "^11.1.0",
"glob": "^9.1.2",
"inquirer": "^9.1.4",
"jsdom": "^21.1.2",
"lodash": "^4.17.21",
"pdfjs-dist": "github:veraPDF/pdfjs-dist#v2.14.305-taggedPdf-0.1.11",
"playwright": "1.38.1",
"prettier": "^2.8.2",
"print-message": "^3.0.1",
"safe-regex": "^2.1.1",
"validator": "^13.7.0",
"which": "^3.0.0",
"winston": "^3.8.2",
"xml2js": "^0.5.0",
"yargs": "^17.6.2"
},
"devDependencies": {
"eslint": "^8.31.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.3.1"
},
"overrides": {
"node-fetch": "^2.3.0",
"json5": "^2.2.3"
},
"scripts": {
"test": "node --experimental-vm-modules ./node_modules/.bin/jest"
},
"author": "",
"license": "MIT",
"description": "Purple HATS is a customisable, automated accessibility testing tool that allows software development teams to assess whether their products are user-friendly to persons with disabilities (PWDs).",
"repository": {
"type": "git",
"url": "git+https://github.com/GovTechSG/purple-hats-dev.git"
},
"bugs": {
"url": "https://github.com/GovTechSG/purple-hats-dev/issues"
},
"homepage": "https://github.com/GovTechSG/purple-hats-dev#readme"
}