{
  "name": "postman-to-markdown",
  "version": "1.6.0",
  "description": "Generate documentation in markdown from postman documentation.",
  "main": "./src/index.js",
  "scripts": {
    "test": "node ./src/test.js ./example/kmk-blog.postman_collection.json"
  },
  "keywords": [
    "postman",
    "markdown",
    "documentation",
    "nodejs"
  ],
  "author": "Jose Luis Campos Bautista <bautistaj20@outlook.com>",
  "license": "MIT",
  "bin": {
    "postman-to-markdown": "./bin/global.js"
  },
  "preferGlobal": true,
  "dependencies": {
    "chalk": "^4.1.0",
    "minimist": "^1.2.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bautistaj/postman-to-markdown.git"
  },
  "bugs": {
    "url": "https://github.com/bautistaj/postman-to-markdown/issues"
  },
  "homepage": "https://github.com/bautistaj/postman-to-markdown#readme"
}
