html5-to-pdf
Version:
HTML5 to PDF converter
49 lines (48 loc) • 1.04 kB
JSON
{
"name": "html5-to-pdf",
"version": "4.0.1",
"description": "HTML5 to PDF converter",
"main": "lib/index.js",
"scripts": {
"lint": "eslint *.js ./lib/*.js ./examples/*.js"
},
"engineStrict": true,
"engines": {
"node": ">=10.18.0"
},
"repository": {
"type": "git",
"url": "git@github.com:peterdemartini/html5-to-pdf.git"
},
"license": "MIT",
"keywords": [
"html5",
"pdf",
"convert",
"template",
"generator"
],
"author": "Peter DeMartini",
"homepage": "https://github.com/peterdemartini/html5-to-pdf",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/peterdemartini/html5-to-pdf/blob/master/LICENSE"
}
],
"dependencies": {
"colors": "^1.3.3",
"commander": "^6.0.0",
"lodash": "^4.17.15",
"puppeteer": "^5.2.1"
},
"devDependencies": {
"eslint": "^7.5.0",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^2.0.5"
},
"bin": {
"html5-to-pdf": "./command.js"
}
}