forked from djfdyuruiry/pretty-markdown-pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.18 KB
/
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
37
38
39
40
41
42
{
"name": "@fullstax/pretty-markdown-pdf",
"displayName": "Pretty Markdown PDF",
"description": "Convert Markdown to a Pretty PDF :D",
"version": "1.6.0",
"publisher": "djfdyuruiry",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/djfdyuruiry/pretty-markdown-pdf.git"
},
"main": "index.js",
"bin": {
"pretty-md-pdf": "bin/pretty-md-pdf.js"
},
"scripts": {
"samples": "yarn install && ./generate-samples.sh",
"test": "yarn install && improved-yarn-audit --fail-on-missing-exclusions && yarn samples"
},
"dependencies": {
"cheerio": "^1.0.0-rc.11",
"emoji-images": "^0.1.1",
"highlight.js": "^11.5.1",
"markdown-it": "^13.0.1",
"markdown-it-checkbox": "^1.1.0",
"markdown-it-container": "^3.0.0",
"markdown-it-emoji": "^2.0.2",
"markdown-it-front-matter": "^0.2.3",
"markdown-it-include": "^2.0.0",
"markdown-it-named-headers": "0.0.4",
"markdown-it-plantuml": "^1.0.0",
"mkdirp": "^1.0.4",
"mustache": "^4.2.0",
"puppeteer": "^14.2.1",
"rimraf": "^3.0.2",
"vscode-uri": "^3.0.3",
"yargs": "^17.5.1"
},
"devDependencies": {
"improved-yarn-audit": "^3.0.0"
}
}