UNPKG

fastify-swagger

Version:

Generate Swagger files automatically for Fastify.

63 lines (62 loc) 1.49 kB
{ "name": "fastify-swagger", "version": "2.5.0", "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": "tsc --project ./tsconfig.json" }, "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": "^12.11.7", "fastify": "^2.10.0", "fs-extra": "^8.0.1", "joi": "^14.3.1", "joi-to-json-schema": "^5.1.0", "pre-commit": "^1.2.2", "standard": "^14.0.2", "swagger-parser": "^6.0.3", "swagger-ui-dist": "3.24.3", "tap": "^12.7.0", "typescript": "^3.7.2" }, "dependencies": { "@types/swagger-schema-official": "^2.0.20", "fastify-plugin": "^1.6.0", "fastify-static": "^2.5.1", "js-yaml": "^3.12.1" }, "standard": { "ignore": [ "static", "tap" ] }, "greenkeeper": { "ignore": [ "tap" ] } }