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

In addition to `--warcPrefix` flag, also support WARC_PREFIX env var, which takes precedence. Bump to 1.0.0-beta.4
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "browsertrix-crawler",
|
|
"version": "1.0.0-beta.4",
|
|
"main": "browsertrix-crawler",
|
|
"type": "module",
|
|
"repository": "https://github.com/webrecorder/browsertrix-crawler",
|
|
"author": "Ilya Kreymer <ikreymer@gmail.com>, Webrecorder Software",
|
|
"license": "AGPL-3.0-or-later",
|
|
"scripts": {
|
|
"tsc": "tsc",
|
|
"format": "prettier . --check",
|
|
"format:fix": "prettier . --write",
|
|
"lint": "eslint .",
|
|
"lint:fix": "yarn format:fix && eslint . --fix",
|
|
"test": "yarn node --experimental-vm-modules $(yarn bin jest --bail 1)",
|
|
"prepare": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"@novnc/novnc": "^1.4.0",
|
|
"@webrecorder/wabac": "^2.16.12",
|
|
"browsertrix-behaviors": "^0.5.2",
|
|
"crc": "^4.3.2",
|
|
"get-folder-size": "^4.0.0",
|
|
"husky": "^8.0.3",
|
|
"ioredis": "^5.3.2",
|
|
"js-yaml": "^4.1.0",
|
|
"minio": "^7.1.3",
|
|
"p-queue": "^7.3.4",
|
|
"puppeteer-core": "^20.8.2",
|
|
"sharp": "^0.32.6",
|
|
"sitemapper": "^3.2.6",
|
|
"tsc": "^2.0.4",
|
|
"uuid": "8.3.2",
|
|
"warcio": "^2.2.1",
|
|
"ws": "^7.4.4",
|
|
"yargs": "^17.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.8",
|
|
"@types/node": "^20.8.7",
|
|
"@types/uuid": "^9.0.6",
|
|
"@types/ws": "^8.5.8",
|
|
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
|
"@typescript-eslint/parser": "^6.10.0",
|
|
"eslint": "^8.53.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-react": "^7.22.0",
|
|
"jest": "^29.2.1",
|
|
"md5": "^2.3.0",
|
|
"prettier": "3.0.3",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"jest": {
|
|
"transform": {},
|
|
"testTimeout": 90000
|
|
}
|
|
}
|