@ewwmy/cv-builder
Version:
💻 A CLI utility to generate a well-formatted CV in PDF format 📕 based on JSON CV data and a Handlebars template
67 lines (66 loc) • 1.66 kB
JSON
{
"name": "@ewwmy/cv-builder",
"version": "2.1.2",
"private": false,
"type": "commonjs",
"engines": {
"node": ">=20"
},
"bin": {
"cv-builder": "dist/main.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf ./dist && tsc",
"build:watch": "tsc --watch",
"build:debug": "tsc --watch --sourceMap",
"restore": "node dist/main --restore",
"start": "node dist/main",
"start:watch": "node --watch --watch-path=\"./data\" dist/main",
"prepare": "npm run build"
},
"keywords": [
"cli",
"resume",
"cv",
"generator",
"builder",
"maker",
"multilingual",
"json",
"jsonresume",
"json-resume",
"json-cv",
"utility",
"pdf"
],
"author": "Andrew Akimov <akimov.it.dev@gmail.com> (https://github.com/ewwmy)",
"repository": {
"type": "git",
"url": "git+https://github.com/ewwmy/cv-builder.git"
},
"homepage": "https://github.com/ewwmy/cv-builder",
"bugs": {
"url": "https://github.com/ewwmy/cv-builder/issues"
},
"license": "MIT",
"description": "💻 A CLI utility to generate a well-formatted CV in PDF format 📕 based on JSON CV data and a Handlebars template",
"dependencies": {
"chokidar": "^4.0.3",
"fs-extra": "^11.2.0",
"handlebars": "^4.7.8",
"inversify": "^6.2.1",
"marked": "^14.1.3",
"puppeteer": "^23.6.1",
"sharp": "^0.33.5",
"tslog": "^4.9.3",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.10.10",
"@types/yargs": "^17.0.33",
"rimraf": "^6.0.1",
"typescript": "^5.7.3"
}
}