{
    "name": "wetzel",
    "version": "0.2.3",
    "description": "Generate Markdown or AsciiDoctor documentation from JSON Schema",
    "license": "Apache-2.0",
    "author": {
        "name": "Patrick Cozzi, Ed Mackey, Howard Wolosky, and other contributors",
        "url": "https://twitter.com/pjcozzi"
    },
    "main": "index.js",
    "keywords": [
        "json schema",
        "markdown",
        "asciidoctor"
    ],
    "homepage": "https://github.com/CesiumGS/wetzel",
    "repository": {
        "type": "git",
        "url": "https://github.com/CesiumGS/wetzel.git"
    },
    "bugs": {
        "url": "https://github.com/CesiumGS/wetzel/issues"
    },
    "directories": {
        "bin": "./bin",
        "lib": "./lib"
    },
    "dependencies": {
        "jsonpointer": "^4.1.0",
        "minimist": "1.1.0"
    },
    "devDependencies": {
        "eslint": "^7.10.0",
        "mocha": "^8.2.1"
    },
    "bin": {
        "wetzel": "./bin/wetzel.js"
    },
    "scripts": {
        "test": "mocha",
        "test-bail": "mocha -b"
    }
}
