easy-html-to-pdf
Version:
Convert and render HTML files easily to a PDF file
45 lines (44 loc) • 898 B
JSON
{
"name": "easy-html-to-pdf",
"version": "1.0.1",
"description": "Convert and render HTML files easily to a PDF file",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"keywords": [
"html2pdf",
"html-to-pdf",
"easy-html-to-pdf",
"htmlpdf",
"pdf",
"file",
"generator"
],
"repository": {
"type": "git",
"url": "git+https://github.com/architjn/easy-html-to-pdf.git"
},
"bugs": {
"url": "https://github.com/architjn/easy-html-to-pdf/issues"
},
"maintainers": [
{
"name": "Archit Jain",
"email": "architjn93@gmail.com"
}
],
"author": "Archit Jain",
"license": "ISC",
"dependencies": {
"puppeteer": "^15.5.0"
},
"devDependencies": {
"@types/puppeteer": "^5.4.6"
}
}