-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
37 lines (37 loc) · 1022 Bytes
/
Copy pathplugin.json
File metadata and controls
37 lines (37 loc) · 1022 Bytes
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
{
"name": "headhunter",
"version": "1.5.0",
"description": "Job search CRM with pipeline, interviews, tasks, and Gmail/Calendar/Notion/Todoist integrations.",
"author": {
"name": "Tamir Cohen"
},
"homepage": "https://github.com/Tamircohen28/headhunter",
"repository": "https://github.com/Tamircohen28/headhunter",
"license": "MIT",
"keywords": ["jobs", "career", "pipeline", "interviews", "notion", "gmail"],
"skills": ["./skills"],
"mcpServers": "./.mcp.json",
"engines": {
"node": ">=18.0.0",
"claude-code": ">=2.0.0"
},
"peerDependencies": {},
"requiredEnvVars": {
"optional": [
"HEADHUNTER_DATA_DIR",
"NOTION_TOKEN",
"NOTION_DATABASE_ID",
"NOTION_TASKS_DATABASE_ID",
"GOOGLE_OAUTH_TOKEN",
"GOOGLE_CALENDAR_ID",
"GOOGLE_TASKS_LIST_ID",
"TODOIST_API_TOKEN",
"TWILIO_ACCOUNT_SID",
"TWILIO_AUTH_TOKEN",
"TWILIO_WHATSAPP_FROM",
"WHATSAPP_TO",
"LINKEDIN_EMAIL",
"LINKEDIN_PASSWORD"
]
}
}