update entity type and reset password

This commit is contained in:
2024-11-30 12:56:44 +07:00
parent 37aa7842fd
commit 388fff9175
21 changed files with 137 additions and 315 deletions

View File

@ -1,11 +1,11 @@
{
"name": "boilerplate-bri",
"name": "Service user",
"version": "1.0.0",
"description": "This kind of project was built to present base application regarding BRI ERP Project",
"description": "Purpose of this service is to provide authorization, roles, user activity and etc",
"main": "src/index.ts",
"scripts": {
"dev": "nodemon",
"build": "rimraf dist && tsc",
"build": "tsc",
"swagger": "node src/swagger/builder.js"
},
"keywords": [
@ -14,11 +14,13 @@
"author": "STS",
"license": "ISC",
"dependencies": {
"axios": "^1.7.8",
"bcryptjs": "^2.4.3",
"compression": "^1.7.5",
"config": "^3.3.12",
"cors": "^2.8.5",
"dayjs": "^1.11.13",
"Entity": "file:../entity",
"express": "^4.21.1",
"express-jwt": "^8.4.1",
"fast-csv": "^5.0.2",