diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index 3c3342d..c034322 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "@types/mongoose": "^5.7.23", "@typescript-eslint/eslint-plugin": "^3.2.0", "@typescript-eslint/parser": "^3.2.0", + "aws-sdk": "^2.729.0", "bluebird": "^3.7.2", "cors": "^2.8.5", "feathers-hooks-common": "^5.0.3", @@ -33,6 +34,7 @@ "mongoose": "^5.9.18", "ts-node": "^8.10.2", "typescript": "^3.9.5", + "uuid": "^8.3.0", "which-types": "^1.6.1" }, "repository": { @@ -45,6 +47,8 @@ "homepage": "https://github.com/eug-vs/which-api#readme", "description": "", "devDependencies": { + "@types/aws-sdk": "^2.7.0", + "@types/uuid": "^8.0.1", "eslint": "^7.2.0", "eslint-config-airbnb-typescript": "^8.0.2", "eslint-plugin-import": "^2.21.2" |