a63239aaa8
Makes `@crawlee/impit-client` the default HTTP client for `@crawlee/basic`'s `BasicCrawler`.
28 lines
812 B
JSON
28 lines
812 B
JSON
{
|
|
"name": "crawlee-docs",
|
|
"description": "Documentation and examples for Crawlee. This package is not published to npm, only used locally for TS build checks.",
|
|
"type": "module",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@crawlee/browser-pool": "workspace:*",
|
|
"@crawlee/core": "workspace:*",
|
|
"@crawlee/got-scraping-client": "workspace:*",
|
|
"@crawlee/http-client": "workspace:*",
|
|
"@crawlee/impit-client": "workspace:*",
|
|
"@crawlee/stagehand": "workspace:*",
|
|
"apify": "*",
|
|
"crawlee": "workspace:*",
|
|
"impit": "^0.14.2",
|
|
"pino": "^9.6.0",
|
|
"playwright-extra": "^4.3.6",
|
|
"puppeteer-extra": "^3.3.6",
|
|
"puppeteer-extra-plugin-stealth": "^2.11.2",
|
|
"winston": "^3.17.0"
|
|
}
|
|
}
|