mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-07 04:12:42 +08:00
22 lines
530 B
JSON
22 lines
530 B
JSON
{
|
|
"name": "geekgeekrun",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "geek-auto-start-chat-with-boss",
|
|
"module": "./main/index.mjs",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node ./packages/run-core-of-geek-auto-start-chat-with-boss/index.mjs"
|
|
},
|
|
"author": "geekgeekrun",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"dayjs": "^1.11.10",
|
|
"json5": "^2.2.3",
|
|
"puppeteer": "^21.6.1",
|
|
"puppeteer-extra": "^3.3.6",
|
|
"puppeteer-extra-plugin-stealth": "^2.11.2",
|
|
"tapable": "^2.2.1"
|
|
}
|
|
}
|