-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.5 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.5 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
{
"name": "local-cv-jd-evaluator",
"version": "1.0.0",
"description": "Privacy-first, standalone AI-powered CV and Job Description analysis tool that runs entirely offline using LM Studio",
"main": "standalone_cv_jd_evaluator.html",
"scripts": {
"test": "echo \"No test suite configured. Manual testing required.\"",
"lint": "echo \"Linting configured in GitHub Actions\"",
"serve": "npx http-server -p 8000 -o",
"validate": "echo \"Validation configured in GitHub Actions\""
},
"keywords": [
"cv-analysis",
"job-description",
"ai-powered",
"privacy-first",
"offline",
"standalone",
"lm-studio",
"career-tools",
"resume-analyzer",
"job-matching"
],
"author": "Local CV-JD Evaluator Contributors",
"license": "MIT",
"homepage": "https://github.com/yourusername/local_jd_cv_evaluator#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/local_jd_cv_evaluator.git"
},
"bugs": {
"url": "https://github.com/yourusername/local_jd_cv_evaluator/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/yourusername"
},
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"htmlhint": "^1.1.4",
"stylelint": "^15.10.3",
"eslint": "^8.50.0",
"http-server": "^14.1.1"
},
"files": [
"standalone_cv_jd_evaluator.html",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}