forked from Szpadel/chrome-headless-render-pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 821 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
{
"name": "@newhippo/chrome-headless-render-pdf",
"version": "1.11.0",
"repository": "https://github.com/thrivehealth/chrome-headless-render-pdf",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"chrome-headless-render-pdf": "dist/cli.js"
},
"files": [
"dist/"
],
"scripts": {
"build": "tsc -b",
"prepublish": "yarn run build",
"start": "yarn run build && node dist/cli.js"
},
"dependencies": {
"@types/chrome-remote-interface": "^0.31.4",
"@types/command-exists": "^1.2.0",
"@types/minimist": "^1.2.2",
"@types/node": "^14.0.24",
"chrome-remote-interface": "^0.31.1",
"command-exists": "^1.2.9",
"minimist": "^1.2.6"
},
"devDependencies": {
"typescript": "^4.5.4"
},
"packageManager": "[email protected]"
}