UNPKG

puppeteer-pro

Version:

A simple puppeteer wrapper to enable useful plugins with ease

56 lines (55 loc) 1.47 kB
{ "name": "puppeteer-pro", "version": "2.5.4", "description": "A simple puppeteer wrapper to enable useful plugins with ease", "main": "index.js", "scripts": { "clean": "rm -rf dist", "lint": "eslint --fix", "prebuild": "npm run clean", "build": "tsc -p tsconfig.app.json", "postbuild": "npm run copy:injections && npm run copy:files", "copy:injections": "copyfiles -u 1 src/plugins/*/injections/* dist", "copy:files": "copyfiles package.json README.md LICENSE dist", "test": "vitest run", "test-watch": "vitest --watch" }, "repository": { "type": "git", "url": "git+https://github.com/fast-facts/puppeteer-pro.git" }, "author": "fast-facts", "license": "MIT", "bugs": { "url": "https://github.com/fast-facts/puppeteer-pro/issues" }, "homepage": "https://github.com/fast-facts/puppeteer-pro#readme", "keywords": [ "puppeteer", "chrome", "automation", "plugin", "anonymize", "detection", "stealth" ], "engines": { "node": ">=10.0.0" }, "dependencies": { "fingerprint-injector": "^2.1.82", "ghost-cursor": "^1.4.2", "user-agents": "^2.1.94" }, "devDependencies": { "@types/node": "^25.9.3", "@types/user-agents": "^1.0.4", "copyfiles": "^2.4.1", "dotenv-safe": "^9.1.0", "eslint-config-final": "^1.7.17", "puppeteer": "^25.1.0", "ts-node": "^10.9.2", "typescript": "^6.0.3", "vitest": "^4.1.9" } }