38 lines
889 B
JSON
38 lines
889 B
JSON
{
|
|
"name": "@santifer/career-ops",
|
|
"version": "1.18.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",
|
|
"bin/skill-entrypoints.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": {}
|
|
}
|