chore: build process package

This commit is contained in:
Methapon2001 2023-11-30 10:43:00 +07:00
parent 2850d82238
commit 5c968fc30f
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
4 changed files with 26 additions and 183 deletions

View file

@ -18,10 +18,6 @@
"license": "ISC",
"dependencies": {
"@elastic/elasticsearch": "^8.10.0",
"@tsoa/runtime": "^5.0.0",
"@types/cors": "^2.8.16",
"@types/jsonwebtoken": "^9.0.5",
"@types/multer": "^1.4.10",
"amqplib": "^0.10.3",
"concurrently": "^8.2.2",
"cors": "^2.8.5",
@ -29,14 +25,17 @@
"express": "^4.18.2",
"fast-jwt": "^3.3.1",
"minio": "^7.1.3",
"multer": "1.4.5-lts.1",
"prettier": "^3.1.0",
"promise.any": "^2.0.6",
"swagger-ui-express": "^5.0.0",
"tsoa": "^5.1.1"
},
"devDependencies": {
"@tsoa/runtime": "^5.0.0",
"@types/amqplib": "^0.10.4",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20.9.0",
"@types/swagger-ui-express": "^4.1.6",
"nodemon": "^3.0.1",