18 lines
399 B
JSON
18 lines
399 B
JSON
{
|
|
"name": "cv",
|
|
"version": "1.0.0",
|
|
"description": "allanger's CV",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mdspell \"*.md\" -n -r",
|
|
"fix": "mdspell \"*.md\" -n",
|
|
"build": "md-to-pdf index.md --launch-options '{ \"args\": [\"--no-sandbox\"] }'"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"markdown-spellcheck": "^1.3.1",
|
|
"md-to-pdf": "^5.2.4"
|
|
}
|
|
}
|