-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.98 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.98 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
66
67
68
69
{
"name": "career-ops",
"version": "1.3.0",
"description": "AI-powered job search platform with multi-user web app: evaluate job descriptions with Claude AI, generate ATS-optimized PDF CVs, scan Greenhouse/Ashby/Lever portals, track applications, and run interview prep — self-hostable.",
"scripts": {
"doctor": "node doctor.mjs",
"verify": "node verify-pipeline.mjs",
"normalize": "node normalize-statuses.mjs",
"dedup": "node dedup-tracker.mjs",
"merge": "node merge-tracker.mjs",
"pdf": "node generate-pdf.mjs",
"sync-check": "node cv-sync-check.mjs",
"update:check": "node update-system.mjs check",
"update": "node update-system.mjs apply",
"rollback": "node update-system.mjs rollback",
"liveness": "node check-liveness.mjs",
"scan": "node scan.mjs",
"web": "cd web && npm start",
"web:install": "cd web && npm install"
},
"keywords": [
"ai-job-search",
"ai-career-assistant",
"claude-ai",
"anthropic",
"anthropic-api",
"claude-sonnet",
"ai-resume-builder",
"ai-cv-generator",
"ats-resume",
"ats-optimization",
"tailored-cv",
"tailored-resume",
"job-tracker",
"applicant-tracking-system",
"job-application-tracker",
"linkedin-outreach",
"interview-prep",
"interview-preparation",
"salary-negotiation",
"rejection-pattern-analyzer",
"follow-up-tracker",
"job-search-automation",
"self-hosted",
"multi-user",
"open-source",
"career-tools",
"career-pipeline",
"greenhouse-scraper",
"ashby-scraper",
"lever-scraper",
"playwright",
"express",
"claude-code",
"agent-sdk",
"llm-application"
],
"author": "Punith VT (forked from Santiago Fernández de Valderrama)",
"homepage": "https://github.com/PunithVT/career-ops",
"repository": {
"type": "git",
"url": "https://github.com/PunithVT/career-ops"
},
"license": "MIT",
"dependencies": {
"js-yaml": "^4.1.1",
"playwright": "^1.58.1"
}
}