find-chrome-bin
Version:
Finds local Chromium binary to use it with puppeteer-core
55 lines (54 loc) • 1.24 kB
JSON
{
"name": "find-chrome-bin",
"version": "2.0.3",
"description": "Finds local Chromium binary to use it with puppeteer-core",
"main": "index.js",
"type": "module",
"types": "./index.d.ts",
"exports": {
"import": "./index.js"
},
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"test": "check-dts && tsm node_modules/uvu/bin.js test/"
},
"dependencies": {
"@puppeteer/browsers": "2.10.6"
},
"devDependencies": {
"check-dts": "0.9.0",
"nanospy": "1.0.0",
"puppeteer-core": "24.15.0",
"tsm": "2.3.0",
"typescript": "5.8.3",
"uvu": "0.5.6"
},
"prettier": {
"arrowParens": "avoid",
"quoteProps": "as-needed",
"semi": false,
"singleQuote": true,
"trailingComma": "none"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mbalabash/find-chrome-bin.git"
},
"bugs": {
"url": "https://github.com/mbalabash/find-chrome-bin/issues"
},
"homepage": "https://github.com/mbalabash/find-chrome-bin#readme",
"keywords": [
"chrome",
"chromium",
"headless",
"find-chrome",
"puppeteer-core",
"browser-fetcher",
"puppeteer"
],
"license": "MIT",
"author": "mbalabash <maksim.balabash@gmail.com>"
}