Files
cv/package.json
2026-02-05 11:41:50 +01:00

21 lines
710 B
JSON

{
"name": "cv",
"version": "1.0.0",
"description": "allanger's CV",
"main": "index.js",
"scripts": {
"test-english": "mdspell \"./english/*.md\" -n -r",
"test-german": "mdspell \"./german/*.md\" -n -r -d ./resources/de_DE/de_DE",
"fix-english": "mdspell \"./english/*.md\" -n",
"fix-german": "mdspell \"./german/*.md\" -n -d ./resources/de_DE/de_DE",
"build-english": "md-to-pdf english/index.md --launch-options '{ \"args\": [\"--no-sandbox\"] }'",
"build-german": "md-to-pdf german/index.md --launch-options '{ \"args\": [\"--no-sandbox\"] }'"
},
"author": "",
"license": "ISC",
"dependencies": {
"markdown-spellcheck": "^1.3.1",
"md-to-pdf": "^5.2.4"
}
}