node-pdf-report
Version:
node-pdf-report is a HTML(ejs) to PDF and Image coverting library, this library is powered by puppeteer PDF reporting facilities.
31 lines (30 loc) • 766 B
JSON
{
"name": "node-pdf-report",
"version": "1.1.0",
"description": "node-pdf-report is a HTML(ejs) to PDF and Image coverting library, this library is powered by puppeteer PDF reporting facilities.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nahid Chowdhury",
"license": "ISC",
"dependencies": {
"ejs": "^3.1.3",
"puppeteer": "^5.2.0"
},
"repository": {
"type": "git",
"url": "git://github.com/ovichowdhury/node-pdf-report.git"
},
"keywords": [
"html",
"pdf",
"ejs",
"json",
"nodejs"
],
"bugs": {
"url": "https://github.com/ovichowdhury/node-pdf-report/issues"
},
"homepage": "https://github.com/ovichowdhury/node-pdf-report"
}