forked from craigwardman/C4-Builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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.18",
"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",
"type": "module",
"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": "5.3.0",
"configstore": "7.0.0",
"express": "4.19.2",
"figlet": "1.7.0",
"fs-extra": "11.2.0",
"inquirer": "10.2.2",
"joi": "17.13.3",
"md-to-pdf": "5.2.4",
"node-plantuml": "^0.9.0",
"node-watch": "^0.7.4"
}
}