forked from adrianvlupu/C4-Builder
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "c4builder",
"version": "0.2.17",
"description": "A CLI tool designed to compile a folder structure of markdowns and plant uml files into a site, pdf, single file markdown or a collection of markdowns with links",
"main": "index.js",
"bin": {
"c4builder": "./index.js"
},
"homepage": "https://adrianvlupu.github.io/C4-Builder/",
"bugs": {
"url": "https://github.com/adrianvlupu/C4-Builder/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/adrianvlupu/C4-Builder.git"
},
"scripts": {},
"keywords": [
"C4",
"C4Model",
"PlantUML",
"Markdown",
"Documentation",
"Software Architecture",
"PDF",
"Generator"
],
"author": "Adrian Victor Lupu",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.1",
"configstore": "^4.0.0",
"express": "^4.17.1",
"figlet": "^1.2.1",
"fs-extra": "^7.0.1",
"inquirer": "^8.2.2",
"joi": "^14.3.1",
"md-to-pdf": "^5.1.0",
"node-plantuml": "^0.9.0",
"node-watch": "^0.6.3",
"zlib": "^1.0.5"
}
}