ajinkya-mhetre-mern
Version:
A MERN starter with frontend and backend folders
26 lines • 613 B
JSON
{
"name": "farm-produce-backend",
"version": "1.0.0",
"description": "Backend for Farm Produce Platform",
"main": "app.js",
"scripts": {
"start": "app server.js",
"dev": "nodemon app.js"
},
"dependencies": {
"express": "^4.18.2",
"mongoose": "^7.5.0",
"bcryptjs": "^2.4.3",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"helmet": "^7.0.0",
"express-rate-limit": "^6.10.0",
"cloudinary": "^1.40.0",
"socket.io": "^4.7.2"
},
"devDependencies": {
"nodemon": "^3.0.1"
}
}