Files
api/package.json
T

30 lines
593 B
JSON
Raw Normal View History

2020-07-24 01:32:59 -05:00
{
2020-08-18 11:13:12 -05:00
"name": "api",
2020-09-30 12:57:56 -05:00
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2020-09-30 13:24:21 -05:00
"db:test": "node ./config/test"
2020-09-30 12:57:56 -05:00
},
"repository": {
"type": "git",
"url": "https://repositorio.acatlan.unam.mx/PCPUMA/api.git"
2020-08-18 11:13:12 -05:00
},
2020-09-30 12:57:56 -05:00
"author": "",
"license": "ISC",
2020-08-18 11:13:12 -05:00
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
2020-09-30 12:57:56 -05:00
"colors": "^1.4.0",
"dotenv": "^8.2.0",
2020-08-18 11:13:12 -05:00
"express": "^4.17.1",
2020-09-30 12:57:56 -05:00
"mariadb": "^2.4.2",
"moment": "^2.29.0",
"sequelize": "^6.3.5",
"validator": "^13.1.17"
2020-08-18 11:13:12 -05:00
},
2020-09-30 12:57:56 -05:00
"devDependencies": {
"nodemon": "^2.0.4"
2020-08-18 11:13:12 -05:00
}
2020-07-24 01:32:59 -05:00
}