-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
31 lines (31 loc) · 996 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "puppeteer-chromium-resolver",
"version": "23.0.0",
"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.3.1",
"eight-colors": "^1.3.0",
"gauge": "^5.0.2",
"puppeteer-core": "^23.1.0"
},
"devDependencies": {
"eslint": "^9.9.0",
"eslint-config-plus": "^2.0.2",
"mocha": "^10.7.3",
"rimraf": "^6.0.1"
}
}