32 lines
789 B
JSON
32 lines
789 B
JSON
{
|
|
"name": "pcpuma_acatlan_api",
|
|
"version": "1.0.0",
|
|
"description": "Este es la API para el sistema de prestamos PC PUMA",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://repositorio.acatlan.unam.mx/CIDWA/pcpuma_acatlan_api.git"
|
|
},
|
|
"author": "CIDWA",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bcrypt": "^5.0.1",
|
|
"body-parser": "^1.19.0",
|
|
"colors": "^1.4.0",
|
|
"convert-array-to-csv": "^2.0.0",
|
|
"cors": "^2.8.5",
|
|
"csvtojson": "^2.0.10",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"mariadb": "^2.5.3",
|
|
"moment": "^2.29.1",
|
|
"mysql2": "^2.2.5",
|
|
"sequelize": "^6.5.1",
|
|
"validator": "^13.5.2"
|
|
}
|
|
}
|