browsertrix-crawler/package.json

22 lines
574 B
JSON
Raw Normal View History

2020-10-31 13:16:37 -07:00
{
"name": "browsertrix-crawler",
"version": "0.2.1-beta.0",
2020-10-31 13:16:37 -07:00
"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"
2020-10-31 13:16:37 -07:00
}
}