{ "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" } }