{
  "name": "jsonschema2mk",
  "version": "2.2.3",
  "description": "JSON schema to markdown generator",
  "main": "index.js",
  "bin": "cli.js",
  "dependencies": {
    "explain-json-schema": "^1.1.1",
    "handlebars": "^4.7.9",
    "js-yaml": "^5.3.0",
    "minimist": "^1.2.8"
  },
  "devDependencies": {
    "tape": "^5.10.2"
  },
  "homepage": "https://github.com/simonwalz/jsonschema2mk",
  "repository": {
    "type": "git",
    "url": "https://github.com/simonwalz/jsonschema2mk.git"
  },
  "scripts": {
    "test": "./test/test.sh && tape *.test.js"
  },
  "author": "Simon Walz",
  "license": "MIT"
}
