mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 06:23:16 +00:00

Support for profiles via a mounted .tar.gz and --profile option + improved docs #18 * support creating profiles via 'create-login-profile' command with options for where to save profile, username/pass and debug screenshot output. support entering username and password (hidden) on command-line if omitted. * use patched pywb for fix * bump browsertrix-behaviors to 0.1.0 * README: updates to include better getting started, behaviors and profile reference/examples * bump version to 0.3.0!
25 lines
676 B
JSON
25 lines
676 B
JSON
{
|
|
"name": "browsertrix-crawler",
|
|
"version": "0.3.0",
|
|
"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",
|
|
"browsertrix-behaviors": "^0.1.0",
|
|
"node-fetch": "^2.6.1",
|
|
"puppeteer-cluster": "^0.22.0",
|
|
"puppeteer-core": "^5.3.1",
|
|
"sitemapper": "^3.1.2",
|
|
"uuid": "8.3.2",
|
|
"yargs": "^16.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.20.0",
|
|
"eslint-plugin-react": "^7.22.0",
|
|
"jest": "^26.6.3",
|
|
"md5": "^2.3.0",
|
|
"warcio": "^1.4.3"
|
|
}
|
|
}
|