-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.24 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
{
"name": "calibrcv",
"version": "1.0.0",
"description": "AI-powered resume optimizer that runs in your terminal.",
"type": "module",
"bin": {
"calibrcv": "./bin/calibrcv.js"
},
"engines": {
"node": ">=18"
},
"keywords": [
"resume",
"resume-builder",
"resume-optimizer",
"cv",
"ats",
"ats-score",
"ats-friendly",
"cli",
"ai",
"ollama",
"latex",
"job-search",
"career",
"optimization",
"open-source"
],
"license": "MIT",
"author": "Cagan Oflazoglu",
"repository": {
"type": "git",
"url": "https://github.com/Coflazo/calibrcv-cli"
},
"homepage": "https://github.com/Coflazo/calibrcv-cli#readme",
"bugs": {
"url": "https://github.com/Coflazo/calibrcv-cli/issues"
},
"files": [
"bin/",
"src/",
"LICENSE",
"README.md"
],
"dependencies": {
"@anthropic-ai/sdk": "^0.86.1",
"@google/generative-ai": "^0.21.0",
"@inquirer/prompts": "^7.0.0",
"chalk": "^5.3.0",
"cheerio": "^1.0.0",
"commander": "^12.0.0",
"dotenv": "^16.4.0",
"groq-sdk": "^0.7.0",
"natural": "^8.0.1",
"openai": "^6.34.0",
"ora": "^8.0.0",
"pdf-lib": "^1.17.1",
"pdf-parse": "^1.1.1",
"pdf-to-img": "^5.0.0"
}
}