add core code

This commit is contained in:
bossgeekgo
2024-02-08 01:40:25 +08:00
commit 128e4ad31d
8 changed files with 1464 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "@bossgeekgo/geek-auto-start-chat-with-boss",
"private": true,
"version": "1.0.0",
"description": "geek-auto-start-chat-with-boss",
"module": "./main/index.mjs",
"type": "module",
"scripts": {
"start": "node ./main/index.mjs"
},
"author": "bossgeekgo",
"license": "ISC",
"dependencies": {
"dayjs": "^1.11.10",
"puppeteer": "^21.6.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
}
}