mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-12-25 11:20:18 +00:00
* linting with eslint * ci: validate linting and check basic single-page crawl with wacz creation Co-authored-by: Emma Dickson <emmadickson@Emmas-MacBook-Pro.local>
22 lines
567 B
JSON
22 lines
567 B
JSON
{
|
|
"name": "browsertrix-crawler",
|
|
"version": "0.1.4",
|
|
"main": "browsertrix-crawler",
|
|
"repository": "https://github.com/webrecorder/browsertrix-crawler",
|
|
"author": "Ilya Kreymer <ikreymer@gmail.com>, Webrecorder Software",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abort-controller": "^3.0.0",
|
|
"node-fetch": "^2.6.1",
|
|
"puppeteer-cluster": "^0.22.0",
|
|
"puppeteer-core": "^5.3.1",
|
|
"sitemapper": "^3.1.2",
|
|
"yargs": "^16.0.3",
|
|
"uuid": "8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.19.0",
|
|
"eslint-plugin-react": "^7.22.0"
|
|
}
|
|
}
|