{
  "name": "fastify-swagger-ui",
  "version": "1.0.1",
  "description": "Fastify Swagger UI Plugin",
  "main": "index.js",
  "dependencies": {
    "fast-safe-stringify": "^1.2.1",
    "fastify-plugin": "^0.1.1",
    "js-yaml": "^3.10.0",
    "serve-static": "^1.13.1"
  },
  "devDependencies": {
    "fastify": "^0.33.0",
    "shot": "^4.0.3",
    "standard": "^10.0.3",
    "swagger-parser": "^4.0.1",
    "tap": "^10.7.3"
  },
  "scripts": {
    "test": "standard && tap test.js"
  },
  "standard": {
    "ignore": [
      "**/ui"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chapuletta/fastify-swagger-ui.git"
  },
  "keywords": [
    "Fastify",
    "Swagger",
    "UI",
    "Documentation"
  ],
  "author": "Chapuletta",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/chapuletta/fastify-swagger-ui/issues"
  },
  "homepage": "https://github.com/chapuletta/fastify-swagger-ui#readme"
}
