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 00fb047..e344cf9 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,12 @@ "author": "eug-vs", "license": "MIT", "dependencies": { + "bluebird": "^3.7.2", "cron": "^1.8.2", "mongoose": "^5.11.1" }, "devDependencies": { + "@types/bluebird": "^3.5.33", "@types/cron": "^1.7.2", "@types/mongoose": "^5.10.1", "typescript": "^4.1.2" |