mp/consumerWebsite/package.json

32 lines
691 B
JSON

{
"name": "consumerwebsite",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start-dev": "nodemon bin/www"
},
"author": "",
"license": "ISC",
"devDependencies": {
"nodemon": "^3.0.3",
"sqlite3": "^5.1.7"
},
"dependencies": {
"bcrypt": "^5.1.1",
"date-fns": "^3.2.0",
"date-fns-tz": "^2.0.0",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
"mqtt": "^5.3.3",
"mysql2": "^3.7.1",
"nodemailer": "^6.9.8",
"sequelize": "^6.35.2",
"socket.io": "^4.7.4",
"validator": "^13.11.0"
}
}