-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.34 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "api2pdf",
"version": "2.1.0",
"description": "Node.js client for the Api2Pdf REST API with support for Chrome, wkhtmltopdf, LibreOffice, Markitdown, OpenDataLoader, PdfSharp, Zip, Zebra, and utility endpoints.",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"require": "./index.js",
"default": "./index.js"
}
},
"files": [
"index.js",
"index.d.ts",
"src/",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=18"
},
"scripts": {
"test": "node --test",
"test:watch": "node --test --watch",
"pack:check": "npm pack --dry-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Api2Pdf/api2pdf.node.git"
},
"keywords": [
"pdf",
"pdf-generation",
"html-to-pdf",
"url-to-pdf",
"merge-pdfs",
"libreoffice",
"wkhtmltopdf",
"headless-chrome",
"docx-to-pdf",
"ppt-to-pdf",
"html-to-docx",
"html-to-xlsx",
"pdf-to-html",
"docx-image-preview",
"barcodes",
"markdown-to-pdf",
"zip-files",
"qr-code"
],
"author": "Api2Pdf <support@api2pdf.com> (https://www.api2pdf.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Api2Pdf/api2pdf.node/issues"
},
"homepage": "https://github.com/Api2Pdf/api2pdf.node#readme"
}