Files

42 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2020-11-15 20:51:55 -06:00
{
"name": "servicio_social_api",
"version": "1.0.0",
"description": "Esta es la segunda version de la api del sistema de servicio social de la fes acatlan ",
"main": "index.js",
"scripts": {
2021-01-18 14:57:07 -06:00
"test": "node ./server/config/test",
2020-11-15 23:47:09 -06:00
"db:install": "node ./server/db/install",
2020-11-16 13:24:27 -06:00
"db:data-fake": "node ./server/db/data-fake",
2020-12-07 18:40:08 -06:00
"dev": "nodemon ./server/app",
"start": "node ./server/app"
2020-11-15 20:51:55 -06:00
},
"repository": {
"type": "git",
"url": "https://repositorio.acatlan.unam.mx/CIDWA/servicio_social_api.git"
},
2021-04-20 21:18:00 -05:00
"author": "CIDWA",
2020-11-15 22:49:00 -06:00
"license": "ISC",
"dependencies": {
2020-11-16 09:58:55 -06:00
"axios": "^0.21.0",
2020-11-15 22:49:00 -06:00
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"colors": "^1.4.0",
2021-01-11 04:54:21 -06:00
"convert-array-to-csv": "^2.0.0",
2020-11-15 22:49:00 -06:00
"cors": "^2.8.5",
2020-12-26 03:52:10 -06:00
"csvtojson": "^2.0.10",
2020-11-15 22:49:00 -06:00
"dotenv": "^8.2.0",
"express": "^4.17.1",
2020-11-17 20:31:57 -06:00
"gmail-send": "^1.8.10",
"googleapis": "^65.0.0",
2020-11-15 22:49:00 -06:00
"jsonwebtoken": "^8.5.1",
"mariadb": "^2.5.1",
"moment": "^2.29.1",
"multer": "^1.4.2",
"sequelize": "^6.3.5",
"validator": "^13.1.17"
},
"devDependencies": {
"nodemon": "^2.0.6"
}
2020-11-15 20:51:55 -06:00
}