{
  "name": "voicenter-fastify-swagger",
  "version": "3.0.1",
  "description": "Generate Swagger files automatically for Fastify.",
  "main": "index.js",
  "scripts": {
    "prepare": "node prepare-swagger-ui",
    "test": "standard && tap test/*.js && npm run typescript",
    "prepublishOnly": "npm run prepare",
    "typescript": "tsd"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fastify/fastify-swagger.git"
  },
  "keywords": [
    "fastify",
    "swagger"
  ],
  "author": "Tomas Della Vedova - @delvedor (http://delved.org)",
  "contributors": [
    {
      "name": "Matteo Collina",
      "email": "hello@matteocollina.com"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fastify/fastify-swagger/issues"
  },
  "homepage": "https://github.com/fastify/fastify-swagger#readme",
  "devDependencies": {
    "@types/node": "^14.0.1",
    "fastify": "^3.0.0-rc.2",
    "fs-extra": "^9.0.0",
    "joi": "^14.3.1",
    "joi-to-json-schema": "^5.1.0",
    "pre-commit": "^1.2.2",
    "standard": "^14.0.2",
    "swagger-parser": "^9.0.1",
    "voicenter-swagger-ui-dist": "^1.0.0",
    "tap": "^12.7.0",
    "tsd": "^0.11.0"
  },
  "dependencies": {
    "@types/swagger-schema-official": "^2.0.20",
    "fastify-plugin": "^2.0.0",
    "fastify-static": "^3.0.0",
    "js-yaml": "^3.12.1",
    "json-schema-resolver": "^1.2.0"
  },
  "standard": {
    "ignore": [
      "static",
      "tap"
    ]
  },
  "greenkeeper": {
    "ignore": [
      "tap"
    ]
  },
  "tsd": {
    "directory": "test/types"
  }
}
