-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 957 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
46
47
48
49
50
51
{
"name": "docsify-kroki",
"version": "1.3.0",
"description": "kroki plugin of docsify",
"main": "dist/docsify-kroki.js",
"scripts": {
"build": "deno task build",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/zuisong/docsify-kroki.git"
},
"keywords": [
"docsify",
"kroki",
"plantuml",
"mermaid",
"svgbob",
"vega",
"vegalite",
"wavedrom",
"nomnoml",
"graphviz",
"erd",
"ditaa",
"c4plantuml",
"packetdiag",
"nwdiag",
"actdiag",
"seqdiag",
"bytefield",
"bpmn",
"blockdiag",
"rackdiag"
],
"files": [
"src",
"dist",
"deno.jsonc",
"import_map.json",
"*.ts",
"README.md"
],
"author": "zuisong",
"license": "MIT",
"bugs": {
"url": "https://github.com/zuisong/docsify-kroki/issues"
},
"homepage": "https://github.com/zuisong/docsify-kroki#readme"
}