{ "name": "diligent-node-api", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.dilig.net/stefan.stamenovic/diligent-node-api" }, "author": "", "license": "ISC", "dependencies": { "bcryptjs": "^2.4.3", "config": "^3.3.7", "cors": "^2.8.5", "express": "^4.18.1", "express-jwt": "^7.7.2", "helmet": "^5.1.0", "joi": "^17.6.0", "joi-objectid": "^4.0.2", "jsonwebtoken": "^8.5.1", "migrate-mongo": "^9.0.0", "mongodb": "^4.6.0", "mongoose": "^6.3.4", "nodemon": "^2.0.16", "request": "^2.88.2", "swagger-jsdoc": "^6.2.1", "swagger-ui-express": "^4.4.0", "validator": "^13.7.0", "winston": "^3.7.2" } }