Spaces:
Sleeping
Sleeping
| { | |
| "name": "server", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "node src/index.js", | |
| "dev": "node src/index.js", | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "dependencies": { | |
| "bcryptjs": "^3.0.3", | |
| "cloudinary": "^2.9.0", | |
| "cors": "^2.8.6", | |
| "dotenv": "^17.3.1", | |
| "express": "^5.2.1", | |
| "jsonwebtoken": "^9.0.3", | |
| "mongodb-memory-server": "^11.0.1", | |
| "mongoose": "^9.3.0", | |
| "multer": "^2.1.1", | |
| "socket.io": "^4.8.3" | |
| } | |
| } | |