@cityssm/puppeteer-launch
Version:
Launch Puppeteer, falling back to system browsers when the cached ones aren't working or aren't available.
46 lines (45 loc) • 1.24 kB
JSON
{
"name": "@cityssm/puppeteer-launch",
"version": "5.0.0",
"description": "Launch Puppeteer, falling back to system browsers when the cached ones aren't working or aren't available.",
"keywords": [
"chrome",
"chromium",
"firefox",
"puppeteer",
"web-browser"
],
"homepage": "https://github.com/cityssm/puppeteer-launch#readme",
"bugs": {
"url": "https://github.com/cityssm/puppeteer-launch/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cityssm/puppeteer-launch.git"
},
"license": "MIT",
"author": "The Corporation of the City of Sault Ste. Marie",
"type": "module",
"exports": {
".": "./index.js",
"./debug": "./debug.config.js"
},
"scripts": {
"coverage": "c8 --reporter=lcov --reporter=text --reporter=text-summary node --test",
"postinstall": "npx --silent puppeteer browsers install || exit 0",
"test": "node --test"
},
"dependencies": {
"@cityssm/web-browser-info": "^1.0.0",
"debug": "^4.4.1",
"puppeteer": "^24.16.1"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"eslint-config-cityssm": "^27.1.0",
"prettier-config-cityssm": "^1.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}