| { | |
| "name": "backend", | |
| "version": "1.0.0", | |
| "main": "app.js", | |
| "scripts": { | |
| "start": "node app.js", | |
| "dev": "nodemon app.js", | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "author": "", | |
| "license": "ISC", | |
| "description": "", | |
| "dependencies": { | |
| "bcryptjs": "^2.4.3", | |
| "cookie-parser": "^1.4.7", | |
| "cors": "^2.8.5", | |
| "dotenv": "^16.4.7", | |
| "express": "^4.21.2", | |
| "express-async-handler": "^1.2.0", | |
| "jsonwebtoken": "^9.0.2", | |
| "mongoose": "^8.9.0", | |
| "multer": "^2.0.2", | |
| "nodemon": "^3.1.9" | |
| } | |
| } | |