18c556bd54
- single-column, real-text PDFs: standard headings (Summary, Skills, Experience, Projects, Education), consistent dates, no letter-spacing - 'Systems Developer, eight years experience' (drops 'mid-level'); apprentice->developer progression shown; Projects section added; Norwegian written natively (errors fixed) - one page each, ~8 kB (was 132/172 kB); verified clean ATS text extraction + reading order - generator committed to tools/cv (content.js + pdfkit/docx builders) for reproducibility - editable .docx kept alongside; site file-size labels updated Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
14 lines
298 B
JSON
14 lines
298 B
JSON
{
|
|
"name": "resumesite-cv",
|
|
"private": true,
|
|
"description": "Generates the ATS-safe CV PDFs (and editable .docx) from canonical content",
|
|
"scripts": {
|
|
"pdf": "node build-pdf.js",
|
|
"docx": "node build-cv.js"
|
|
},
|
|
"dependencies": {
|
|
"docx": "^9.0.0",
|
|
"pdfkit": "^0.15.0"
|
|
}
|
|
}
|