puppeteer-chromium-resolver
Version:
Tool to resolve puppeteer and chromium faster, detect local installed chromium, download chromium with custom mirror host, cache chromium revision out of node_modules, test chromium headless being launchable.
31 lines • 1.04 kB
JSON
{
"name": "puppeteer-chromium-resolver",
"version": "24.0.3",
"description": "Tool to resolve puppeteer and chromium faster, detect local installed chromium, download chromium with custom mirror host, cache chromium revision out of node_modules, test chromium headless being launchable.",
"main": "lib/index.js",
"scripts": {
"install": "node ./lib/install.js",
"test": "npx mocha",
"docker-build": "docker build --progress=plain -t pcr ."
},
"files": [
"lib"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cenfun/puppeteer-chromium-resolver.git"
},
"dependencies": {
"@puppeteer/browsers": "^2.10.13",
"cli-progress": "^3.12.0",
"eight-colors": "^1.3.1",
"puppeteer-core": "^24.28.0"
},
"devDependencies": {
"eslint": "^9.39.1",
"eslint-config-plus": "^2.0.3",
"mocha": "^11.7.4",
"rimraf": "^6.1.0"
}
}