-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 898 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
{
"name": "pptrhtmltopdf",
"version": "0.4.1",
"description": "Convert HTML to PDF using Chrome (Puppeteer)",
"main": "dist/main.js",
"dependencies": {
"pdf-lib": "^1.2.1",
"pdf-text-extract": "^1.5.0",
"puppeteer": "^20.7.1"
},
"devDependencies": {
"@pdf-lib/standard-fonts": "^1.0.0",
"@types/node": "^18.16.0",
"@types/puppeteer": "^7.0.4",
"typescript": "^5.1.3",
"xo": "^0.54.2"
},
"scripts": {
"build": "tsc",
"run": "node dist/main.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/netmarkjp/pptrhtmltopdf.git"
},
"bin": {
"pptrhtmltopdf": "./bin/pptrhtmltopdf"
},
"author": "Toshiaki Baba<toshiaki@netmark.jp>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/netmarkjp/pptrhtmltopdf/issues"
},
"homepage": "https://github.com/netmarkjp/pptrhtmltopdf#readme"
}