-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.06 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.06 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
46
47
48
49
50
51
{
"name": "pdf-creator-node",
"version": "4.0.1",
"description": "node pdf creator",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=18"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"docs:preview": "npx --yes serve docs -l 8080",
"test": "tsx --test test/*.test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hajareshyam/pdf-creator-node.git"
},
"bugs": {
"url": "https://github.com/hajareshyam/pdf-creator-node/issues"
},
"homepage": "https://hajareshyam.github.io/pdf-creator-node/",
"keywords": [
"pdf",
"pdf-generator",
"html2pdf",
"html-to-pdf",
"handlebars",
"puppeteer",
"chromium",
"nodejs",
"express",
"report",
"Shyam Hajare"
],
"author": "Shyam Hajare",
"license": "MIT",
"dependencies": {
"handlebars": "^4.7.7",
"puppeteer": "^24.0.0"
},
"devDependencies": {
"@types/node": "^22.13.0",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
}
}