Files
Jindřich Bär a63239aaa8 feat: make impit the default HTTP client (#3767)
Makes `@crawlee/impit-client` the default HTTP client for
`@crawlee/basic`'s `BasicCrawler`.
2026-08-18 17:48:47 +02:00

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