-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
49 lines (49 loc) · 1.03 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
{
"name": "puml-for-markdown",
"version": "1.2.1",
"description": "An application to add interactive PUML diagrams to your github markdown files. If running with default arguments, run in project root directory.",
"main": "index.js",
"scripts": {
"prepare": "husky install"
},
"author": "danielyaa5",
"license": "ISC",
"dependencies": {
"bent": "7.3.12",
"bluebird": "3.7.2",
"commander": "8.2.0",
"gitignore-globs": "0.1.1",
"glob": "7.2.0",
"lodash": "4.17.21",
"plantuml-encoder": "1.4.0",
"tinyurl": "1.1.7"
},
"bin": {
"puml-for-markdown": "./bin/index.js"
},
"keywords": [
"uml",
"puml",
"plantuml",
"c4-plantuml",
"c4",
"diagrams",
"git",
"github",
"md",
"markdown",
"generator",
"cli",
"diagrams",
"documentation",
"architecture",
"architecture-diagrams"
],
"repository": {
"type": "git",
"url": "https://github.com/danielyaa5/puml-for-markdown"
},
"devDependencies": {
"husky": "7.0.4"
}
}