Files

23 lines
465 B
JSON
Raw Permalink Normal View History

2026-05-11 22:03:54 -03:00
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
2026-05-11 22:03:54 -03:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
2026-05-11 22:03:54 -03:00
},
"author": "",
"license": "ISC",
"dependencies": {
2026-05-25 22:07:54 -03:00
"bcryptjs": "^3.0.3",
2026-06-11 22:17:58 -03:00
"cors": "^2.8.6",
2026-05-11 22:03:54 -03:00
"dotenv": "^17.4.2",
"express": "^5.2.1",
2026-05-25 22:07:54 -03:00
"express-validator": "^7.3.2",
"mysql2": "^3.22.3",
"nodemon": "^3.1.14"
2026-05-11 22:03:54 -03:00
}
}