Files
browsertrix-crawler/package.json
Emma Dickson 7cfeefd19b add ci and linting (#21)
* 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>
2021-02-08 09:45:46 -08:00

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"
}
}