UNPKG

457 BJSONView Raw
1{
2 "name": "mermaid.cli",
3 "version": "0.1.0",
4 "description": "Command-line interface for mermaid",
5 "license": "MIT",
6 "repository": "git@github.com:mermaidjs/mermaid.cli.git",
7 "author": "Tyler Long <tyler4long@gmail.com>",
8 "bin": {
9 "mmd": "./index.js"
10 },
11 "dependencies": {
12 "chalk": "^2.1.0",
13 "commander": "^2.11.0",
14 "mermaid": "^7.0.18",
15 "puppeteer": "^0.10.2"
16 },
17 "devDependencies": {
18 "standard": "^10.0.3"
19 }
20}