Files
PortalApi/package.json
2021-01-11 23:23:32 -06:00

32 lines
731 B
JSON

{
"name": "portalapi",
"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/PortalApi.git"
},
"author": "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",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"node-xlsx": "^0.15.0",
"nodemailer": "^6.4.13",
"read-excel-file": "^4.0.7",
"sendmail": "^1.6.1"
},
"devDependencies": {}
}