-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 978 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 978 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
38
39
{
"name": "argopia",
"version": "0.1.0",
"description": "Job-search automation for engineers using Claude Code — CV in, scored & ranked job leads out. Public boards, no API keys, runs locally.",
"type": "module",
"private": true,
"license": "MIT",
"author": "Argopia contributors (https://github.com/samson-ailabs/argopia)",
"homepage": "https://github.com/samson-ailabs/argopia",
"repository": {
"type": "git",
"url": "https://github.com/samson-ailabs/argopia.git"
},
"bugs": {
"url": "https://github.com/samson-ailabs/argopia/issues"
},
"keywords": [
"job-search",
"job-hunting",
"career",
"cv",
"resume",
"remote-work",
"claude-code",
"claude-code-plugin",
"automation"
],
"engines": {
"node": ">=20"
},
"scripts": {
"postinstall": "node scripts/install.mjs",
"dashboard": "node scripts/dashboard.mjs"
},
"dependencies": {
"ajv": "^8.17.1",
"js-yaml": "^4.1.0"
}
}