UNPKG

@letsscrapedata/scraper

Version:

Web scraper that scraping web pages by LetsScrapeData XML template

77 lines (76 loc) 1.95 kB
{ "name": "@letsscrapedata/scraper", "version": "0.2.0", "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", "terser1": " terser dist/index.js -c -m -o dist/index.js ", "terser2": " terser dist/index.cjs -c -m -o dist/index.cjs " }, "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", "camoufox", "playwright", "puppeteer", "cheerio", "crawler", "scraper", "captcha" ], "dependencies": { "@letsscrapedata/controller": "^0.2.0", "@letsscrapedata/proxy": "^0.0.27", "@letsscrapedata/utils": "^0.0.33", "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", "isolated-vm": "^5.0.4", "uuid": "^9.0.1", "xml2js-lsd": "^0.6.3" }, "devDependencies": { "@types/dateformat": "^5.0.2", "@types/download": "^8.0.5", "@types/node": "^24.3.0", "@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" } }