Files
hackApi/package.json
T
2020-07-05 19:21:09 -05:00

19 lines
415 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": {
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mysql": "^2.18.1",
"nodemailer": "^6.4.10"
}
}