puppeteer-chromium-resolver
Version:
Download chromium from mirror host and save to user path, returns puppeteer and executablePath
19 lines • 481 B
JSON
{
"name": "puppeteer-chromium-resolver",
"version": "1.0.8",
"description": "Download chromium from mirror host and save to user path, returns puppeteer and executablePath",
"main": "index.js",
"dependencies": {
"puppeteer-core": "^1.11.0"
},
"puppeteer": {
"chromium_revision": "609904"
},
"repository": {
"type": "git",
"url": "https://github.com/cenfun/puppeteer-chromium-resolver.git"
},
"scripts": {
"install": "node install.js"
}
}