mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-11 18:09:50 +08:00
19 lines
435 B
JSON
19 lines
435 B
JSON
{
|
|
"name": "geekgeekrun-external-node-runtime-dependencies",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.cjs",
|
|
"module": "index.mjs",
|
|
"scripts": {},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@puppeteer/browsers": "^2.0.0",
|
|
"find-chrome-bin": "^2.0.1",
|
|
"puppeteer": "20.1.0",
|
|
"puppeteer-extra": "3.3.6",
|
|
"puppeteer-extra-plugin-stealth": "2.11.2"
|
|
},
|
|
"packageManager": "npm"
|
|
}
|