-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
62 lines (62 loc) · 1.47 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "draw-md-keyword",
"version": "1.0.4",
"description": "Generates a keyword cloud with a random layout based on the markdown file path you enter,Support a variety of custom configurations, support one-click upload to github and oss",
"main": "./bin/dmk.js",
"scripts": {
"prettier": "prettier --write ."
},
"files": [
"src",
"font",
"dmk",
"bin"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/weirui88888/draw-md-keyword.git"
},
"keywords": [
"draw",
"canvas",
"markdown",
"image",
"canvas",
"commander",
"ora",
"chalk",
"copy",
"upload oss",
"upload github"
],
"author": "weirui88888 <ruiwei88888@163.com> (https://hexo.newarray.vip)",
"bugs": "https://github.com/weirui88888/draw-md-keyword/issues",
"homepage": "https://www.npmjs.com/package/draw-md-keyword",
"contributors": [
{
"name": "weirui88888",
"email": "ruiwei88888@163.com",
"url": "https://hexo.newarray.vip"
}
],
"license": "ISC",
"dependencies": {
"@octokit/core": "^3.6.0",
"@octokit/plugin-rest-endpoint-methods": "^5.16.0",
"ali-oss": "^6.17.1",
"base64-img": "^1.0.4",
"canvas": "^2.9.3",
"chalk": "^4.1.2",
"commander": "^9.3.0",
"commonmark": "^0.30.0",
"copy-paste": "^1.3.0",
"image-to-base64": "^2.2.0",
"ora": "^5.4.1"
},
"devDependencies": {
"prettier": "^2.7.1"
},
"bin": {
"dmk": "./bin/dmk.js"
}
}