-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 928 Bytes
/
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
{
"name": "pdfengraver",
"version": "1.3.4",
"description": "Yet another headless Chrome PDF generator",
"main": "index.js",
"engines": {
"node": "18.12.1"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/samihult/pdfengraver.git"
},
"keywords": [
"PDF",
"HTML",
"Headless",
"Chrome"
],
"author": "Sami Hult <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/samihult/pdfengraver/issues"
},
"homepage": "https://github.com/samihult/pdfengraver#readme",
"dependencies": {
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"express": "^4.18.2",
"form-data": "^4.0.0",
"generic-pool": "^3.9.0",
"handlebars": "^4.7.7",
"http-errors": "^2.0.0",
"mime-types": "^2.1.35",
"puppeteer": "^19.2.2"
},
"devDependencies": {
"prettier": "^2.7.1",
"sass": "^1.56.1"
}
}