{ "name": "basic-swagger-nodejs", "version": "1.0.0", "description": "It's just a basic swagger for nodejs.", "main": "index.js", "scripts": { "start": "node .", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/programming101tutorial/basic-swagger-nodejs.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/programming101tutorial/basic-swagger-nodejs/issues" }, "homepage": "https://github.com/programming101tutorial/basic-swagger-nodejs#readme", "dependencies": { "body-parser": "^1.19.0", "express": "^4.17.1", "express-openapi-validator": "^4.7.1", "swagger-jsdoc": "^5.0.1", "swagger-ui-express": "^4.1.5" } }