@replytechnologies/reply-pdf
Version:
templated pdf generation
39 lines (38 loc) • 955 B
JSON
{
"name": "@replytechnologies/reply-pdf",
"version": "0.0.8",
"description": "templated pdf generation",
"main": "src/reply-pdf.js",
"exports": {
".": "./src/reply-pdf.js",
"./components": "./src/components/index.js",
"./models": "./src/components/models/index.js",
"./enums": "./src/components/enums/index.js"
},
"scripts": {
"test": "node test.js"
},
"author": "Reply Technologies",
"repository": {
"type": "git",
"url": "https://github.com/ReplyTechnologies/ReplyPDF.git"
},
"keywords": [
"generate",
"pdf",
"template",
"templated",
"reply-pdf",
"reply"
],
"funding": "https://www.paypal.com/donate/?hosted_button_id=BVBKNU8NHN2UN",
"license": "MIT",
"dependencies": {
"is-url": "^1.2.4",
"is-xml": "^0.1.0",
"pdfkit": "^0.12.1",
"svg-to-pdfkit": "^0.1.8",
"sync-request": "^6.1.0",
"uuid": "^8.3.2"
}
}