{
  "name": "swagger-pdf-compiler",
  "version": "1.0.1",
  "description": "Convert your OpenAPI2.0/Swagger2.0 definitions to PDF documents",
  "main": ".\\src\\compileToPDF.js",
  "scripts": {
    "test": "node ./src/compileToPDF.js ./test/Petstore.yaml"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marc0l92/SwaggerPDFCompiler.git"
  },
  "keywords": [
    "Swagger",
    "OpenAPI",
    "PDF",
    "Compiler"
  ],
  "author": "Marco Lucarella",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/marc0l92/SwaggerPDFCompiler/issues"
  },
  "homepage": "https://github.com/marc0l92/SwaggerPDFCompiler#readme",
  "dependencies": {
    "json-stable-stringify": "^1.0.1",
    "markdown-it": "^8.4.0",
    "pdfmake": "^0.1.35",
    "yamljs": "^0.3.0"
  }
}
