UNPKG

c4builder-weldfire-test

Version:

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

42 lines (41 loc) 1.05 kB
{ "name": "c4builder-weldfire-test", "version": "0.1.10", "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-weldfire": "./index.js" }, "homepage": "https://adrianvlupu.github.io/C4-Builder/", "repository": { "type": "git", "url": "https://github.com/weldfire/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": "^6.3.1", "joi": "^14.3.1", "md-to-pdf": "^5.1.0", "node-plantuml": "^0.9.0", "node-watch": "^0.6.3", "update-notifier": "^3.0.1", "zlib": "^1.0.5" } }