{ "name": "rest-api-tutorial", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js" }, "repository": { "type": "git", "url": "git+https://github.com/makinhs/rest-api-tutorial.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/makinhs/rest-api-tutorial/issues" }, "homepage": "https://github.com/makinhs/rest-api-tutorial#readme", "dependencies": { "body-parser": "1.19.0", "express": "^4.17.1", "jsonwebtoken": "^8.5.1", "moment": "^2.24.0", "moment-timezone": "^0.5.27", "mongoose": "^5.7.9", "uuid": "^3.3.3", "swagger-ui-express": "^4.1.2", "sync-request": "^6.1.0" } }