diff options
author | Eugene Sokolov <eug-vs@keemail.me> | 2020-08-12 21:17:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-12 21:17:39 +0300 |
commit | 3e966272b855b4c167582abf21439429d11c2c8b (patch) | |
tree | 0425766e8fa6bad616f687e660e2469e914c6a98 /package.json | |
parent | 5462174ca076aef53d06b92372141c665c923ea3 (diff) | |
parent | 4194a35550bb962563f447b91811759f0d291f75 (diff) | |
download | which-api-3e966272b855b4c167582abf21439429d11c2c8b.tar.gz |
Merge pull request #20 from which-ecosystem/s3-reuploads
Improve reuploads and add script
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 272965e..2a7ecf3 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "@types/axios": "^0.14.0", "@types/bluebird": "^3.5.32", "@types/cors": "^2.8.6", + "@types/debug": "^4.1.5", "@types/lodash": "^4.14.155", "@types/mongoose": "^5.7.23", "@types/node": "^14.0.27", @@ -33,6 +34,7 @@ "axios": "^0.19.2", "bluebird": "^3.7.2", "cors": "^2.8.5", + "debug": "^4.1.1", "feathers-hooks-common": "^5.0.3", "feathers-mongoose": "^8.3.0", "lodash": "^4.17.15", |