UNPKG

@letsscrapedata/scraper

Version:

Web scraper that scraping web pages by LetsScrapeData XML template

73 lines (72 loc) 1.76 kB
{ "name": "@letsscrapedata/scraper", "version": "0.0.76", "description": "Web scraper that scraping web pages by LetsScrapeData XML template", "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" }, "repository": { "type": "git", "url": "git+https://github.com/LetsScrapeData/scraper.git" }, "homepage": "https://www.letsScrapeData.com", "author": { "name": "LetsScrapeData" }, "engines": { "node": ">=18" }, "license": "Apache-2.0", "keywords": [ "letsscrapedata", "headless", "chrome", "patchright", "playwright", "puppeteer", "cheerio", "crawler", "scraper", "captcha", "apify" ], "dependencies": { "@letsscrapedata/controller": "^0.0.55", "@letsscrapedata/proxy": "^0.0.25", "@letsscrapedata/utils": "^0.0.27", "cheerio": "^1.0.0", "dateformat": "^4.6.3", "download": "^8.0.0", "got-scraping": "^3.2.15", "header-generator": "^2.1.55", "hpagent": "^1.2.0", "iconv-lite": "^0.6.3", "uuid": "^9.0.1", "xml2js-lsd": "^0.6.3" }, "devDependencies": { "@types/dateformat": "^5.0.2", "@types/download": "^8.0.5", "@types/uuid": "^9.0.8", "@types/xml2js": "^0.4.14", "camelcase": "^8.0.0", "terser": "^5.43.0", "tsup": "^8.0.2", "typescript": "^5.6.2" } }