20 lines
439 B
JSON
20 lines
439 B
JSON
{
|
|
"name": "hack-api",
|
|
"version": "1.0.0",
|
|
"description": "Api para el formulario de Registro",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Daniel Adrian Ramirez George",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bcrypt": "^5.0.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"mysql": "^2.18.1",
|
|
"nodemailer": "^6.4.10"
|
|
}
|
|
}
|