node-weasyprint
Version:
A NodeJS wrapper for [WeasyPrint](https://doc.courtbouillon.org/weasyprint/stable/index.html)
29 lines • 605 B
JSON
{
"name": "node-weasyprint",
"version": "0.1.1",
"description": "A NodeJS wrapper for [WeasyPrint](https://doc.courtbouillon.org/weasyprint/stable/index.html)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ericbf/node-weasyprint"
},
"author": "Eric Ferreira <eric@ericmakesapps.com>",
"main": "index.js",
"engines": {
"node": ">= 10.0.0",
"npm": ">= 5.6.0"
},
"keywords": [
"weasyprint",
"pdf",
"htmltopdf",
"wrapper",
"cli-wrapper",
"weasyprint-pdf",
"pdf-generator"
],
"dependencies": {
"change-case": "^4.1.2",
"debug": "4.3.4"
}
}