-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 842 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
37
38
39
40
41
42
43
44
45
{
"name": "md2image",
"version": "0.1.0",
"description": "markdown to image",
"keywords": [
"md2img",
"md2image",
"zyd"
],
"homepage": "https://github.com/363797271/md2img#readme",
"bugs": {
"url": "https://github.com/363797271/md2img/issues"
},
"license": "MIT",
"author": "zyd",
"files": [
"bin",
"lib"
],
"main": "lib/index.js",
"bin": "bin/md2img.js",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/363797271/md2img.git"
},
"scripts": {
"lint": "standard --fix"
},
"dependencies": {
"commander": "^5.1.0",
"inquirer": "^7.2.0",
"marked": "^1.1.0",
"puppeteer": "^4.0.0"
},
"devDependencies": {
"standard": "^14.3.4"
},
"engines": {
"node": ">=8"
},
"preferGlobal": true
}