-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 913 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
35
36
37
{
"name": "@chcaa/web-extractor",
"version": "1.4.2",
"description": "Extract DOM content and take screenshots based on user defined rules",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/centre-for-humanities-computing/web-extractor.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"files": [
"/src/**"
],
"dependencies": {
"await-lock": "^2.2.2",
"commander": "^4.1.1",
"delay": "^5.0.0",
"filenamify-url": "^2.1.2",
"fkill": "^8.0.1",
"line-reader": "^0.4.0",
"lodash": "^4.17.21",
"p-queue": "^7.3.0",
"puppeteer": "^18.2.1",
"puppeteer-extra": "^3.3.6",
"single-line-log": "^1.1.2",
"uniqid": "^5.4.0"
},
"devDependencies": {
"puppeteer-extra-plugin-stealth": "^2.11.2"
}
}