update tsconfig

This commit is contained in:
2024-04-14 18:07:39 +02:00
parent 8e537be454
commit fe6be928a9
4 changed files with 139 additions and 33 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartpdf",
"version": "3.0.17",
"private": false,
"description": "create pdfs on the fly",
"description": "A library for creating PDFs dynamically from HTML or websites with additional features like merging PDFs.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -32,7 +32,7 @@
"@tsclass/tsclass": "^4.0.42",
"@types/express": "^4.17.17",
"express": "^4.18.1",
"pdf-merger-js": "^3.4.0",
"pdf-lib": "^1.17.1",
"pdf2json": "^2.0.0"
},
"files": [
@@ -49,5 +49,19 @@
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"PDF generation",
"HTML to PDF",
"website to PDF",
"PDF manipulation",
"puppeteer",
"express",
"node.js",
"typescript",
"automation",
"PDF merging",
"text extraction",
"PDF management"
]
}
}