mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-11 18:09:50 +08:00
23 lines
557 B
JSON
23 lines
557 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/daemon-main.mjs"
|
|
},
|
|
"author": "geekgeekrun",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"dayjs": "^1.11.10",
|
|
"json5": "^2.2.3",
|
|
"puppeteer": "20.1.0",
|
|
"puppeteer-extra": "3.3.6",
|
|
"puppeteer-extra-plugin-stealth": "2.11.2",
|
|
"rimraf": "^5.0.5",
|
|
"tapable": "^2.2.1"
|
|
}
|
|
}
|