-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 788 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 788 Bytes
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
{
"name": "html-pdf-node-ts",
"version": "1.0.7",
"main": "lib/index.js",
"types": "lib",
"repository": {
"type": "git",
"url": "https://github.com/GuiFerrari/html-pdf-node-ts"
},
"scripts": {
"build": "tsc -p .",
"dev": "ts-node-dev --transpile-only --ignore-watch node_modules src/index.ts"
},
"author": "Guilherme Ferrari",
"license": "MIT",
"bugs": {
"url": "https://github.com/GuiFerrari/html-pdf-node-ts/issues"
},
"homepage": "https://github.com/GuiFerrari/html-pdf-node-ts",
"devDependencies": {
"ts-node-dev": "^1.1.1",
"typescript": "^4.1.3"
},
"dependencies": {
"@types/bluebird": "^3.5.33",
"@types/puppeteer": "^5.4.4",
"bluebird": "^3.7.2",
"handlebars": "^4.7.6",
"puppeteer": "^13.0.1"
}
}