-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
{
"name": "scrapingssci",
"version": "0.0.1",
"description": "scraper for us senate select committee on intelligence's website, media and associated metadata",
"main": "app.js",
"type": "module",
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"child-process-promise": "^2.2.1",
"exiftool-vendored": "^18.2.0",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^10.0.0",
"glob": "^8.0.3",
"graceful-fs": "^4.2.8",
"moment": "^2.29.1",
"mz": "^2.7.0",
"node-fetch": "^3.3.2",
"node-fetch-progress": "^1.0.2",
"pdf2json": "^3.0.4",
"pdfinfo": "^0.0.3",
"pdftotextjs": "^0.5.1",
"proxy-agent": "^6.3.0",
"puppeteer": "^18.2.1",
"socket.io": "^4.4.0",
"socks-proxy-agent": "^7.0.0"
},
"devDependencies": {
"eslint": "^8.3.0",
"minimist": "^1.2.5"
},
"scripts": {
"test": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aphid/scrapingssci.git"
},
"author": "aphid",
"license": "MIT",
"bugs": {
"url": "https://github.com/aphid/illegible-us/issues"
},
"homepage": "https://github.com/aphid/illegible-us#readme"
}