26 lines
515 B
JSON
26 lines
515 B
JSON
{
|
|
"name": "backend-mvp",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"bcryptjs": "^3.0.2",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^17.2.2",
|
|
"express": "^5.1.0",
|
|
"express-validator": "^7.2.1",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"morgan": "^1.10.1",
|
|
"mysql2": "^3.14.4"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.10"
|
|
}
|
|
}
|