{
  "name": "@therockstorm/oas-markdown",
  "version": "0.0.4",
  "description": "Create request body markdown from OpenAPI definitions.",
  "main": "lib/index.js",
  "bin": {
    "oas-markdown": "./oas-markdown.js"
  },
  "scripts": {
    "lint": "npx eslint *.js lib/*.js test/*.js"
  },
  "license": "MIT",
  "dependencies": {
    "dot": "^1.1.3",
    "highlightjs": "^9.16.2",
    "jgexml": "^0.4.3",
    "js-yaml": "^3.14.0",
    "markdown-it": "^11.0.0",
    "markdown-it-emoji": "^1.4.0",
    "node-fetch": "^2.6.0",
    "oas-resolver": "^2.4.2",
    "oas-schema-walker": "^1.1.5",
    "openapi-sampler": "^1.0.0-beta.16",
    "reftools": "^1.1.4",
    "swagger2openapi": "^6.2.2",
    "urijs": "^1.19.2",
    "yaml": "^1.10.0",
    "yargs": "^12.0.5"
  }
}
