puppeteer-autoscroll-down
Version:
Handle infinite scroll on websites with puppeteer
45 lines (44 loc) • 1.05 kB
JSON
{
"name": "puppeteer-autoscroll-down",
"version": "2.0.1",
"description": "Handle infinite scroll on websites with puppeteer",
"main": "index.js",
"types": "./index.d.ts",
"type": "module",
"engines": {
"node": ">=18"
},
"scripts": {
"test": "tsm node_modules/uvu/bin.js test/"
},
"devDependencies": {
"@types/puppeteer": "5.4.7",
"find-chrome-bin": "2.0.4",
"prettier": "3.6.2",
"puppeteer-core": "24.22.0",
"tsm": "2.3.0",
"typescript": "5.9.2",
"uvu": "0.5.6"
},
"prettier": {
"arrowParens": "avoid",
"quoteProps": "as-needed",
"semi": false,
"singleQuote": true,
"trailingComma": "none"
},
"keywords": [
"headless-chrome",
"puppeteer",
"parsing",
"infinite",
"scroll"
],
"homepage": "https://github.com/mbalabash/puppeteer-autoscroll-down#readme",
"repository": {
"type": "git",
"url": "https://github.com/mbalabash/puppeteer-autoscroll-down"
},
"license": "MIT",
"author": "mbalabash <maksim.balabash@gmail.com>"
}