{ "name": "@crawlee/http", "version": "3.17.0", "description": "The scalable web crawling and scraping library for JavaScript/Node.js. Enables development of data extraction and web automation jobs (not only) with headless Chrome and Puppeteer.", "engines": { "node": ">=16.0.0" }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" }, "./package.json": "./package.json" }, "keywords": [ "apify", "headless", "chrome", "puppeteer", "crawler", "scraper" ], "author": { "name": "Apify", "email": "support@apify.com", "url": "https://apify.com" }, "contributors": [ "Jan Curn ", "Marek Trunkat ", "Ondra Urban " ], "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/apify/crawlee" }, "bugs": { "url": "https://github.com/apify/crawlee/issues" }, "homepage": "https://crawlee.dev", "scripts": { "build": "yarn clean && yarn compile && yarn copy", "clean": "rimraf ./dist", "compile": "tsc -p tsconfig.build.json && gen-esm-wrapper ./dist/index.js ./dist/index.mjs", "copy": "tsx ../../scripts/copy.ts" }, "publishConfig": { "access": "public" }, "dependencies": { "@apify/timeout": "^0.3.0", "@apify/utilities": "^2.7.10", "@crawlee/basic": "3.17.0", "@crawlee/core": "3.17.0", "@crawlee/types": "3.17.0", "@crawlee/utils": "3.17.0", "@types/content-type": "^1.1.5", "cheerio": "1.0.0-rc.12", "content-type": "^1.0.4", "got-scraping": "^4.2.1", "iconv-lite": "^0.7.0", "mime-types": "^2.1.35", "ow": "^0.28.1", "tslib": "^2.4.0", "type-fest": "^4.0.0" } }