-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1019 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1019 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
{
"dependencies": {
"@axe-core/playwright": "^4.9.1",
"browserstack": "^1.6.1",
"browserstack-local": "^1.5.2",
"csv-parse": "^5.6.0",
"csv-parser": "^3.2.0",
"dotenv": "^16.0.3",
"fast-csv": "^5.0.2",
"mammoth": "^1.11.0",
"node-fetch": "^2.6.1",
"node-pptx-parser": "^1.0.1",
"otpauth": "^9.2.2",
"pdf-parse": "^2.4.5",
"pdf2json": "^4.0.0",
"pdftojson": "^0.0.3",
"playwright-core": "1.33",
"read-excel-file": "^6.0.1",
"unzip": "^0.1.11",
"unzipper": "^0.10.14"
},
"devDependencies": {
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^9.0.0",
"@playwright/test": "^1.50.0",
"d3": "^3.0.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"globals": "^15.0.0",
"playwright-ctrf-json-reporter": "^0.0.20"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix ."
}
}