@akash3080/html-to-pdf-node
Version:
A opensource package for node to convert html to pdf
40 lines (39 loc) • 894 B
JSON
{
"name": "@akash3080/html-to-pdf-node",
"version": "1.0.3",
"description": "A opensource package for node to convert html to pdf ",
"main": "index.js",
"scripts": {
"test": "mocha tests/*.js -R spec --ui bdd --timeout 10000"
},
"author": "CoderDotJs",
"license": "ISC",
"dependencies": {
"bluebird": "^3.7.2",
"handlebars": "^4.7.7",
"inline-css": "^4.0.2",
"puppeteer": "^19.8.5"
},
"devDependencies": {
"chai": "^4.3.7",
"mocha": "^10.2.0"
},
"keywords": [
"html",
"pdf",
"nodejs",
"puppeteer",
"handlebars",
"ejs",
"express js",
"react"
],
"repository": {
"type": "git",
"url": "git+https://github.com/CoderDotJs/html-to-pdf-node"
},
"bugs": {
"url": "https://github.com/CoderDotJs/html-to-pdf-node/issues"
},
"homepage": "https://github.com/CoderDotJs/html-to-pdf-node#readme"
}