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 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", |