social-media/package.json

21 lines
461 B
JSON
Raw Normal View History

2023-11-08 20:11:47 +00:00
{
"scripts": {
"start": "node ./bin/www",
"watch": "nodemon ./bin/www --watch ./ --ext '*' localhost 5000"
},
"dependencies": {
"auto-bind": "^5.0.1",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"helmet": "^7.0.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.0.0",
"nodemailer": "^6.9.7",
"nodemon": "^3.0.1",
"pluralize": "^8.0.0"
}
}