UNPKG

@letsscrapedata/controller

Version:

Unified browser / HTML controller interfaces that support patchright, camoufox, playwright, puppeteer and cheerio

68 lines (67 loc) 1.67 kB
{ "name": "@letsscrapedata/controller", "version": "0.0.68", "description": "Unified browser / HTML controller interfaces that support patchright, camoufox, playwright, puppeteer and cheerio", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "/dist" ], "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts --clean", "watch": "npm run build -- --watch src", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/LetsScrapeData/controller.git" }, "homepage": "https://www.letsScrapeData.com", "author": { "name": "LetsScrapeData" }, "engines": { "node": ">=18" }, "license": "Apache-2.0", "keywords": [ "letsscrapedata", "controller", "headless", "chrome", "patchright", "camoufox", "playwright", "puppeteer", "cheerio", "crawler", "scraper", "apify" ], "dependencies": { "@letsscrapedata/utils": "^0.0.26", "camoufox-js-lsd": "^0.6.5", "cheerio": "^1.0.0", "patchright": "^1.52.5", "playwright": "^1.54.2", "playwright-extra": "^4.3.6", "puppeteer": "^24.16.0", "puppeteer-extra": "^3.3.6", "puppeteer-extra-plugin-stealth": "^2.11.2", "utils": "^0.3.1" }, "devDependencies": { "@types/cheerio": "^0.22.35", "tsup": "^8.5.0", "typescript": "^5.9.2" } }