-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 737 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 737 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
{
"name": "ezpdf",
"version": "1.0.8",
"description": "Easily convert markdown files to pdf",
"type": "module",
"main": "index.js",
"bin": "./index.js",
"license": "MIT",
"author": "Matheus \"Set\" Inacio",
"homepage": "https://github.com/heyset/ezpdf",
"scripts": {
"parse": "node index.js"
},
"repository": "git://github.com/heyset/ezpdf.git",
"dependencies": {
"http-server": "^13.0.2",
"puppeteer": "^10.4.0",
"rehype-document": "^6.0.0",
"rehype-format": "^4.0.0",
"rehype-stringify": "^9.0.2",
"remark-frontmatter": "^4.0.0",
"remark-parse": "^10.0.0",
"remark-rehype": "^10.0.0",
"unified": "^10.1.0",
"unist-util-visit": "^4.1.0",
"yaml": "^1.10.2"
}
}