browsertrix-crawler/package.json
Ilya Kreymer 810856fcf9 add --browserdriver for testing different drivers
add testing with puppeteer again!
comment out BlockRules / AdBlockRules for now
2023-04-24 23:40:11 -07:00

38 lines
1 KiB
JSON

{
"name": "browsertrix-crawler",
"version": "0.10.0-beta.0",
"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": {
"lint": "eslint *.js util/*.js tests/*.test.js",
"test": "yarn node --experimental-vm-modules $(yarn bin jest --bail 1)"
},
"dependencies": {
"@novnc/novnc": "^1.4.0",
"browsertrix-behaviors": "^0.5.0-beta.0",
"get-folder-size": "^4.0.0",
"ioredis": "^4.27.1",
"js-yaml": "^4.1.0",
"minio": "7.0.26",
"playwright-core": "^1.32.3",
"puppeteer-core": "^19.11.0",
"sitemapper": "^3.1.2",
"uuid": "8.3.2",
"warcio": "^1.6.0",
"ws": "^7.4.4",
"yargs": "^16.0.3"
},
"devDependencies": {
"eslint": "^7.20.0",
"eslint-plugin-react": "^7.22.0",
"jest": "^29.2.1",
"md5": "^2.3.0"
},
"jest": {
"transform": {},
"testTimeout": 90000
}
}