30 lines
593 B
JSON
30 lines
593 B
JSON
{
|
|
"name": "api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"db:test": "node ./config/test"
|
|
},
|
|
"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"
|
|
}
|
|
}
|