@crawlee/puppeteer
Version:
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.
90 lines (89 loc) • 2.46 kB
JSON
{
"name": "@crawlee/puppeteer",
"version": "3.16.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": "./index.js",
"module": "./index.mjs",
"types": "./index.d.ts",
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.js",
"types": "./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 <jan@apify.com>",
"Marek Trunkat <marek@apify.com>",
"Ondra Urban <ondra@apify.com>"
],
"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 ./index.js ./index.mjs",
"copy": "tsx ../../scripts/copy.ts"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@apify/datastructures": "^2.0.0",
"@apify/log": "^2.4.0",
"@crawlee/browser": "3.16.0",
"@crawlee/browser-pool": "3.16.0",
"@crawlee/types": "3.16.0",
"@crawlee/utils": "3.16.0",
"cheerio": "1.0.0-rc.12",
"devtools-protocol": "*",
"idcac-playwright": "^0.2.0",
"jquery": "^3.6.0",
"ow": "^0.28.1",
"tslib": "^2.4.0"
},
"peerDependencies": {
"idcac-playwright": "^0.2.0",
"puppeteer": "*"
},
"peerDependenciesMeta": {
"idcac-playwright": {
"optional": true
},
"puppeteer": {
"optional": true
}
},
"lerna": {
"command": {
"publish": {
"assets": []
}
}
},
"gitHead": "e6451749f838744d539c81bf9d969c1cfcc9e86b"
}