2026-05-12 01:03:54 +00:00
|
|
|
{
|
|
|
|
|
"name": "backend",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "index.js",
|
2026-05-15 01:01:16 +00:00
|
|
|
"type": "module",
|
2026-05-12 01:03:54 +00:00
|
|
|
"scripts": {
|
2026-05-15 01:01:16 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
|
"start": "nodemon server.js"
|
2026-05-12 01:03:54 +00:00
|
|
|
},
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"dependencies": {
|
2026-05-26 01:07:54 +00:00
|
|
|
"bcryptjs": "^3.0.3",
|
2026-05-12 01:03:54 +00:00
|
|
|
"dotenv": "^17.4.2",
|
|
|
|
|
"express": "^5.2.1",
|
2026-05-26 01:07:54 +00:00
|
|
|
"express-validator": "^7.3.2",
|
2026-05-15 01:01:16 +00:00
|
|
|
"mysql2": "^3.22.3",
|
|
|
|
|
"nodemon": "^3.1.14"
|
2026-05-12 01:03:54 +00:00
|
|
|
}
|
|
|
|
|
}
|