Resume/package.json
Thomas Cole f924ff3cca
Some checks failed
continuous-integration/drone/push Build is failing
Trying to fix chromium issue
2022-06-03 08:40:44 -04:00

21 lines
565 B
JSON

{
"name": "resume-md",
"version": "1.0.0",
"description": "Markdown version of my resume.",
"main": "render.js",
"scripts": {
"build": "md-to-pdf --config-file config.js --launch-options '{ \"args\": [\"--no-sandbox\", \"--disable-setuid-sandbox\"] }' Resume.md",
"dev": "md-to-pdf --config-file config.js --devtools Resume.md"
},
"repository": {
"type": "git",
"url": "https://git.thomaspcole.com/thomascole/Resume-MD.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"md-to-pdf": "^5.1.0"
}
}