-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 919 Bytes
/
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
{
"name": "ARG",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"postinstall": "npx puppeteer browsers install chrome",
"heroku-postbuild": "mkdir -p ./.cache && mv /app/.cache/puppeteer ./.cache || true"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@axe-core/cli": "^4.10.0",
"@axe-core/puppeteer": "^4.10.0",
"@sparticuz/chromium": "^131.0.1",
"axe-core": "^4.10.2",
"axios": "^1.7.7",
"cheerio": "^1.0.0",
"express": "^4.21.1",
"jsdom": "^25.0.1",
"node-fetch": "^3.3.2",
"path": "^0.12.7",
"progress": "^2.0.3",
"puppeteer": "^23.5.1",
"puppeteer-core": "^23.10.3",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"url": "^0.11.4"
}
}