-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
53 lines (53 loc) · 1.1 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": "puppeteer-html-pdf",
"version": "4.0.8",
"description": "HTML to PDF converter for Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"example": "examples",
"test": "tests",
"lib": "lib"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ultimateakash/puppeteer-html-pdf.git"
},
"keywords": [
"pdf",
"puppeteer",
"htmlPDF",
"htmltopdf",
"html-pdf",
"node-html-pdf",
"html-pdf-node",
"puppeteer-html-pdf",
"puppeteer-pdf",
"pdf-puppeteer",
"puppeteer-node.js",
"puppeteer-node",
"node-puppeteer"
],
"author": "UltimateAkash",
"license": "ISC",
"bugs": {
"url": "https://github.com/ultimateakash/puppeteer-html-pdf/issues"
},
"homepage": "https://github.com/ultimateakash/puppeteer-html-pdf#readme",
"dependencies": {
"puppeteer": "^22.7.1"
},
"devDependencies": {
"jest": "^29.7.0"
},
"jest": {
"testEnvironment": "node",
"testMatch": [
"**/tests/**/*.js"
],
"testTimeout": 10000
}
}