-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@joohw/boss-cli",
"version": "0.5.0",
"description": "Boss直聘自动化 CLI:批量发消息、自动打招呼、候选人管理、深度搜索。基于 Puppeteer/CDP 驱动本机 Chrome,支持 AI Agent 编排",
"keywords": [
"boss",
"boss-cli",
"boss直聘",
"boss-zhipin",
"zhipin",
"bosszp",
"招聘自动化",
"hr-automation",
"recruitment-automation",
"puppeteer",
"cdp",
"chrome-devtools-protocol",
"cli",
"agent",
"ai-agent",
"自动打招呼",
"批量发消息",
"候选人管理",
"hr-tools",
"boss-direct"
],
"homepage": "https://boss-cli.com",
"repository": {
"type": "git",
"url": "git+https://github.com/joohw/boss-cli.git"
},
"bugs": {
"url": "https://github.com/joohw/boss-cli/issues"
},
"type": "module",
"main": "dist/cli/index.js",
"types": "dist/cli/index.d.ts",
"bin": {
"boss": "dist/cli/index.js"
},
"files": [
"dist",
"skills",
"README.md",
"AGENTS.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"dev": "npm run build && node dist/cli/index.js",
"deploy": "node scripts/deploy.mjs",
"test:baidu": "node --env-file=.env scripts/test-baidu-ocr.mjs"
},
"dependencies": {
"dotenv": "^17.4.2",
"puppeteer-core": "^24.29.1"
},
"devDependencies": {
"@types/node": "^24.10.0",
"ssh2": "^1.17.0",
"typescript": "^5.3.3"
},
"author": "Joo <1546635571@qq.com>",
"license": "GPL-3.0"
}