31 lines
651 B
JSON
31 lines
651 B
JSON
{
|
|
"name": "server",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.2",
|
|
"caller": "^1.1.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.19.2",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"multer": "^1.4.5-lts.1",
|
|
"mysql": "^2.18.1",
|
|
"mysql2": "^3.9.7",
|
|
"nodemailer": "^6.9.13",
|
|
"swagger-ui-express": "^5.0.1",
|
|
"winston": "^3.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.0",
|
|
"swagger-autogen": "^2.23.7"
|
|
}
|
|
}
|