rentease-backend/package.json

21 lines
408 B
JSON

{
"name": "rentease-backend",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bcryptjs": "^3.0.3",
"cors": "^2.8.6",
"express": "^4.17.1",
"jsonwebtoken": "^9.0.3",
"mysql2": "^2.3.3",
"sequelize": "^6.37.7"
}
}