add ott
Showing
This diff is collapsed.
| ... | @@ -21,6 +21,8 @@ | ... | @@ -21,6 +21,8 @@ |
| "test:e2e": "jest --config ./test/jest-e2e.json" | "test:e2e": "jest --config ./test/jest-e2e.json" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@aws-sdk/client-s3": "^3.196.0", | |||
| "@aws-sdk/lib-storage": "^3.196.0", | |||
| "@nestjs/axios": "^0.0.1", | "@nestjs/axios": "^0.0.1", | ||
| "@nestjs/common": "^8.0.0", | "@nestjs/common": "^8.0.0", | ||
| "@nestjs/config": "^1.0.1", | "@nestjs/config": "^1.0.1", | ||
| ... | @@ -32,6 +34,7 @@ | ... | @@ -32,6 +34,7 @@ |
| "form-data": "^3.0.1", | "form-data": "^3.0.1", | ||
| "hasha": "^5.2.2", | "hasha": "^5.2.2", | ||
| "lodash": "^4.17.21", | "lodash": "^4.17.21", | ||
| "moment": "^2.29.4", | |||
| "reflect-metadata": "^0.1.13", | "reflect-metadata": "^0.1.13", | ||
| "rimraf": "^3.0.2", | "rimraf": "^3.0.2", | ||
| "rxjs": "^7.2.0", | "rxjs": "^7.2.0", | ||
| ... | ... |
Please register or sign in to comment