-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
43 lines (43 loc) · 1.04 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
{
"name": "puppeteer-html2pdf",
"version": "2.0.0",
"description": "Print your HTML to PDF via Puppeteer in a Docker container. It's all in the repo name 👌",
"main": "src/index.js",
"scripts": {
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ccjmne/puppeteer-html2pdf.git"
},
"keywords": [
"html",
"pdf",
"htmltopdf",
"html2pdf",
"chrome",
"headless",
"puppeteer",
"docker"
],
"author": "Eric NICOLAS <[email protected]> (ccjmne)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ccjmne/puppeteer-html2pdf/issues"
},
"homepage": "https://github.com/ccjmne/puppeteer-html2pdf#readme",
"dependencies": {
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"express-query-boolean": "^2.0.0",
"express-query-int": "^3.0.0",
"pdfjs": "^2.5.2",
"puppeteer-core": "^21.5.2",
"tmp": "^0.2.1"
},
"devDependencies": {
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}