diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 3d15a0b..272965e 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "@feathersjs/socketio": "^4.5.4", "@feathersjs/transport-commons": "^4.5.3", "@types/aws-sdk": "^2.6.1", + "@types/axios": "^0.14.0", "@types/bluebird": "^3.5.32", "@types/cors": "^2.8.6", "@types/lodash": "^4.14.155", @@ -29,6 +30,7 @@ "@typescript-eslint/eslint-plugin": "^3.2.0", "@typescript-eslint/parser": "^3.2.0", "aws-sdk": "^2.6.1", + "axios": "^0.19.2", "bluebird": "^3.7.2", "cors": "^2.8.5", "feathers-hooks-common": "^5.0.3", |