mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-19 23:31:09 +08:00
19 lines
407 B
JSON
19 lines
407 B
JSON
{
|
|
"name": "bossgeekgo-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",
|
|
"puppeteer": "^22.0.0",
|
|
"puppeteer-extra": "^3.3.6",
|
|
"puppeteer-extra-plugin-stealth": "^2.11.2"
|
|
},
|
|
"packageManager": "npm"
|
|
}
|