forked from ccjmne/puppeteer-html2pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.09 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.09 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
{
"name": "puppeteer-html2pdf",
"version": "1.4.2",
"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 <ccjmne@gmail.com> (ccjmne)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ccjmne/puppeteer-html2pdf/issues"
},
"homepage": "https://github.com/ccjmne/puppeteer-html2pdf#readme",
"dependencies": {
"body-parser": "^1.19.2",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.17.3",
"express-query-boolean": "^2.0.0",
"express-query-int": "^3.0.0",
"morgan": "^1.10.0",
"pdfjs": "^2.4.7",
"rotating-file-stream": "^2.1.6",
"tmp": "^0.2.1"
},
"devDependencies": {
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
}
}