rentease-backend/package.json

19 lines
352 B
JSON
Raw Normal View History

2026-03-02 12:36:41 +00:00
{
"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": {
"cors": "^2.8.6",
"express": "^4.17.1",
2026-03-04 07:09:52 +00:00
"mysql2": "^2.3.3",
2026-03-02 12:36:41 +00:00
"sequelize": "^6.37.7"
}
}