-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.28 KB
/
package.json
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
{
"name": "p3x-html-pdf",
"version": "2024.10.103",
"corifeus": {
"prefix": "p3x-",
"publish": true,
"type": "p3x",
"code": "Venture",
"nodejs": "v22.3.0",
"opencollective": false,
"reponame": "html-pdf",
"build": true
},
"license": "MIT",
"description": "📃 Generates PDF from HTML with custom headers and footers with wkhtmltopdf",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt",
"install": "node src/package/install.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrikx3/html-pdf.git"
},
"keywords": [
"html",
"pdf",
"async",
"header",
"custom",
"footer"
],
"author": "Patrik Laszlo <[email protected]>",
"bugs": {
"url": "https://github.com/patrikx3/html-pdf/issues"
},
"homepage": "https://corifeus.com/html-pdf",
"devDependencies": {
"corifeus-builder": "^2024.10.103"
},
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"corifeus-utils": "^2024.10.125",
"fs-extra": "^11.2.0",
"progress": "^2.0.3"
},
"engines": {
"node": ">=12.13.0"
}
}