Files
geekgeekrun/packages/boss-auto-browse-and-chat/package.json
T
rqi14 95c1e54c66 recruiter: add boss auto browse/chat flows, webhook, and candidate tables
- Add recruiter-side automation core and run-core entry
- Extend sqlite-plugin with candidate info + contact logs
- Add UI routes/pages, IPC handlers, progress + log panel
- Document current status and plans under plan/

Made-with: Cursor
2026-03-18 17:37:24 +08:00

25 lines
698 B
JSON

{
"name": "@geekgeekrun/boss-auto-browse-and-chat",
"private": true,
"version": "1.0.0",
"description": "boss-auto-browse-and-chat",
"module": "./index.mjs",
"type": "module",
"scripts": {
},
"author": "geekgeekrun",
"license": "ISC",
"dependencies": {
"@geekgeekrun/utils": "workspace:*",
"@geekgeekrun/sqlite-plugin": "workspace:*",
"@geekgeekrun/puppeteer-extra-plugin-laodeng": "workspace:*",
"json5": "^2.2.3",
"puppeteer": "24.19.0",
"puppeteer-extra": "3.3.6",
"puppeteer-extra-plugin-anonymize-ua": "2.4.6",
"puppeteer-extra-plugin-stealth": "2.11.2",
"tapable": "^2.2.1",
"ghost-cursor": "^1.3.1"
}
}