update entity type and reset password
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user