32 lines
730 B
JSON
32 lines
730 B
JSON
{
|
|
"name": "server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@sendgrid/mail": "^8.1.3",
|
|
"body-parser": "^1.18.3",
|
|
"cors": "^2.8.4",
|
|
"dotenv": "^17.4.2",
|
|
"express": "^4.16.3",
|
|
"express-formidable": "^1.0.0",
|
|
"express-jwt": "^5.3.1",
|
|
"firebase-admin": "^10.0.1",
|
|
"formidable": "^1.2.1",
|
|
"jsonwebtoken": "^8.3.0",
|
|
"lodash": "^4.17.10",
|
|
"mercadopago": "^2.0.15",
|
|
"mysql": "^2.15.0",
|
|
"nodemailer": "^6.10.1",
|
|
"nodemon": "^3.1.14",
|
|
"pdfkit": "^0.19.1",
|
|
"shelljs": "^0.8.4",
|
|
"unzipper": "^0.12.3"
|
|
}
|
|
}
|