{
  "name": "@hrtips/cvx",
  "version": "1.10.0",
  "description": "CVX — structured input, professional output. YAML content in, pixel-perfect CV PDFs out; swappable themes and layouts, no headless browser. MCP server included. Formerly makecv.",
  "mcpName": "io.github.hrtips/cvx",
  "bin": {
    "cvx": "bin/cvx.js"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hrtips/cvx.git"
  },
  "keywords": [
    "cv",
    "resume",
    "pdf",
    "yaml",
    "cli",
    "ats",
    "react-pdf",
    "mcp",
    "mcp-server",
    "model-context-protocol"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "build:lib": "node scripts/build-lib.js",
    "build:standalone": "npm run build:lib && node scripts/build-standalone.js",
    "prepack": "npm run build:lib",
    "preview": "vite preview",
    "pdf": "npx tsx scripts/export-pdf.js",
    "pdf:ats": "npx tsx scripts/export-pdf-ats.js",
    "pretest": "npm run build:lib",
    "test": "vitest run",
    "pretest:cov": "npm run build:lib",
    "test:cov": "vitest run --coverage",
    "lint": "oxlint -c .oxlintrc.json src bin test scripts && biome ci --error-on-warnings src bin test scripts *.js",
    "lint:fix": "biome check --write src bin test scripts *.js",
    "format": "biome format --write src bin test scripts *.js",
    "format:check": "biome format src bin test scripts *.js",
    "typecheck": "tsc --noEmit",
    "knip": "knip",
    "publint": "publint --strict",
    "attw": "attw --pack .",
    "check": "npm run lint && npm run typecheck && npm run test:cov && npm run knip"
  },
  "type": "module",
  "engines": {
    "node": ">=20"
  },
  "files": [
    "lib",
    "bin",
    "template",
    "schema",
    "skills",
    "docs/ai-guide.md",
    "docs/cv-schema.md"
  ],
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.5",
    "@biomejs/biome": "^2.5.6",
    "@react-pdf/types": "^2.11.1",
    "@rollup/plugin-yaml": "^5.0.0",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^26.1.2",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^6.0.4",
    "@vitest/coverage-v8": "^4.1.10",
    "esbuild": "^0.28.1",
    "knip": "^6.29.0",
    "oxlint": "^1.76.0",
    "publint": "^0.3.22",
    "react-dom": "^19.2.8",
    "tsx": "^4.23.1",
    "typescript": "^7.0.2",
    "vite": "^8.1.5",
    "vitest": "^4.1.10"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@react-pdf/renderer": "^4.5.1",
    "ajv": "^8.20.0",
    "fontkit": "^2.0.4",
    "js-yaml": "^4.3.0",
    "react": "^19.2.8"
  }
}
