Files
geekgeekrun/package.json
2024-02-11 19:56:29 +08:00

21 lines
505 B
JSON

{
"name": "bossgeekgo",
"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": "bossgeekgo",
"license": "ISC",
"dependencies": {
"dayjs": "^1.11.10",
"puppeteer": "^21.6.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"tapable": "^2.2.1"
}
}