Files
santifer--career-ops/scaffolder/package.json
T
wehub-resource-sync d083df1fdb
CodeQL Analysis / Analyze (javascript-typescript) (push) Failing after 2s
Web CI / web typecheck + build (push) Failing after 1s
Release Please / release-please (push) Failing after 1s
CodeQL Analysis / Analyze (go) (push) Failing after 16s
chore: import upstream snapshot with attribution
2026-07-13 12:02:43 +08:00

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": {}
}