-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.35 KB
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
43
44
45
46
47
48
49
50
51
52
{
"name": "yyds_md2png",
"version": "1.0.15",
"description": "将Markdown文件转换为不同样式的HTML或PNG图片,支持国内环境安装,内置多种模板",
"main": "src/index.js",
"bin": {
"yyds_md2png": "bin/yyds_md2png.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node scripts/setup-puppeteer.js"
},
"keywords": [
"markdown",
"html",
"png",
"image",
"converter",
"template"
],
"author": "MDConvert Team",
"repository": {
"type": "git",
"url": "https://github.com/ddabb/mdconvert.git"
},
"homepage": "https://github.com/ddabb/mdconvert",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^11.1.0",
"highlight.js": "^11.9.0",
"html-pdf": "^1.5.0",
"markdown-it": "^13.0.2",
"markdown-it-anchor": "^8.6.7",
"markdown-it-katex": "^2.0.3",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-toc-done-right": "^4.2.0",
"node-html-to-image": "^5.0.0",
"open": "^8.4.2",
"puppeteer-core": "^24.16.1"
},
"peerDependencies": {
"puppeteer": "^24.16.1"
},
"engines": {
"node": ">=14.0.0"
},
"config": {
"puppeteer_download_host": "https://cdn.npmmirror.com/binaries",
"puppeteer_download_base_url": "https://cdn.npmmirror.com/binaries/chrome-for-testing"
}
}