From 9ac1a7e583aab2fb7640269e0257ac56fdcf1877 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Mon, 10 Aug 2020 23:11:30 +0300 Subject: chore: install aws-sdk and uuid --- package.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package.json') 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" -- cgit v1.2.3