33 lines
779 B
JSON
33 lines
779 B
JSON
{
|
|
"name": "jornada-laboral-api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"dependencies": {
|
|
"bcryptjs": "^2.4.3",
|
|
"cors": "^2.8.5",
|
|
"email-check": "^1.1.0",
|
|
"email-validator": "^2.0.4",
|
|
"exceljs": "^3.1.0",
|
|
"express": "^4.17.1",
|
|
"mysql-promise": "^5.0.0",
|
|
"pdfkit": "^0.10.0",
|
|
"promise-mysql": "^4.1.0",
|
|
"qr-image": "^3.2.0",
|
|
"qrcode-generator": "^1.4.4",
|
|
"validator": "^11.1.0",
|
|
"voilab-pdf-table": "^0.5.0",
|
|
"xlsx": "^0.15.1"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://repositorio.acatlan.unam.mx/danielGe/jornada-laboral-api.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|