Files
PortalApi/package.json
T
2020-10-13 20:43:13 -05:00

28 lines
617 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": {
"connect-busboy": "0.0.2",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mysql": "^2.18.1",
"node-xlsx": "^0.15.0",
"nodemailer": "^6.4.13",
"read-excel-file": "^4.0.7",
"sendmail": "^1.6.1"
},
"devDependencies": {}
}