Files
api/package.json
T
2020-09-30 12:57:56 -05:00

30 lines
615 B
JSON

{
"name": "api",
"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/PCPUMA/api.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"colors": "^1.4.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mariadb": "^2.4.2",
"moment": "^2.29.0",
"sequelize": "^6.3.5",
"validator": "^13.1.17"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}