-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 855 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 855 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
{
"name": "@santifer/career-ops",
"version": "1.9.0",
"description": "One-command installer for career-ops — the AI-powered job search pipeline built on Claude Code.",
"bin": {
"career-ops": "bin/cli.mjs"
},
"type": "module",
"files": [
"bin/cli.mjs",
"README.md"
],
"engines": {
"node": ">=18"
},
"keywords": [
"career-ops",
"claude-code",
"job-search",
"scaffold",
"create",
"cli"
],
"author": "Santiago Fernández de Valderrama <hi@santifer.io> (https://santifer.io)",
"homepage": "https://github.com/santifer/career-ops#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/santifer/career-ops.git",
"directory": "scaffolder"
},
"bugs": {
"url": "https://github.com/santifer/career-ops/issues"
},
"license": "MIT",
"dependencies": {}
}