28 lines
632 B
JSON
28 lines
632 B
JSON
{
|
|
"name": "asineapi",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://repositorio.acatlan.unam.mx/danielGe/AsineApi.git"
|
|
},
|
|
"author": "Daniel Ramirez George",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bcrypt": "^5.0.0",
|
|
"connect-busboy": "0.0.2",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"express-fileupload": "^1.2.0",
|
|
"multer": "^1.4.2",
|
|
"mysql": "^2.18.1",
|
|
"nodemailer": "^6.4.11",
|
|
"randomstring": "^1.1.5"
|
|
}
|
|
}
|