| 1234567891011121314151617181920212223242526272829 |
- {
- "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",
- "express": "^4.18.1",
- "express-jwt": "^7.7.2",
- "joi": "^17.6.0",
- "jsonwebtoken": "^8.5.1",
- "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"
- }
- }
|