-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 859 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
36
{
"name": "nodehtml2img",
"version": "0.0.19",
"description": "A node.js module that renders an HTML content and generates an image from it",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pedroviniv/nodehtml2img.git"
},
"keywords": [
"node.js",
"html",
"image",
"headless-browser",
"server-side",
"converter"
],
"author": "Pedro Arthur Fernandes de Vasconcelos",
"license": "MIT",
"bugs": {
"url": "https://github.com/pedroviniv/nodehtml2img/issues"
},
"homepage": "https://github.com/pedroviniv/nodehtml2img#readme",
"dependencies": {
"@types/uuid": "^8.0.0",
"puppeteer": "^4.0.0",
"uuid": "^8.2.0"
},
"devDependencies": {
"@types/puppeteer": "^3.0.0"
}
}