UNPKG

ag-webscrape

Version:

TypeScript web scraper with Playwright fallback for anti-scraping protection

48 lines 1.08 kB
{ "name": "ag-webscrape", "version": "0.0.15", "author": "admin@gec.dev", "description": "TypeScript web scraper with Playwright fallback for anti-scraping protection", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "scraping", "playwright", "typescript", "web-scraper", "anti-scraping" ], "license": "MIT", "dependencies": { "@sparticuz/chromium": "^138.0.2", "ag-common": "^0.0.759", "node-html-parser": "^7.0.1", "puppeteer": "^24.15.0", "puppeteer-core": "^24.15.0" }, "devDependencies": { "@types/node": "^24.1.0", "eslint": "^9.32.0", "eslint-config-e7npm": "^0.1.23", "tsx": "^4.20.3", "typescript": "^5.8.3" }, "files": [ "dist/**/*", "README.md" ], "engines": { "node": ">=20", "yarn": "use pnpm", "npm": "use pnpm", "pnpm": ">=3" }, "scripts": { "preinstall": "npx only-allow pnpm", "build": "tsc", "dev": "tsc --watch", "lint": "next lint", "format": "eslint src --fix", "test": "tsx src/test.ts" } }