From fe7e88b2d22dd93d80c5c8b44f0ad1f31183e03d Mon Sep 17 00:00:00 2001 From: Bryan Raflyansah <76269148+BryanRfly@users.noreply.github.com> Date: Mon, 21 Jun 2021 07:17:56 +0700 Subject: [PATCH] Update package.json Menambahkan Versi Insta-fetcher, Moment-timezone, dan Performance-now! --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a1c7310..fd965cc 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,10 @@ "dependencies": { "chalk": "^4.1.0", "node-fetch": "^2.6.1", - "telegraf": "^4.3.0" + "telegraf": "^4.3.0", + "performance-now": "^2.1.0", + "insta-fetcher": "1.2.3", + "moment-timezone": "^0.5.32" }, "devDependencies": {}, "scripts": { @@ -31,4 +34,4 @@ "url": "https://github.com/LoL-Human/TelegramBot-NodeJS/issues" }, "homepage": "https://github.com/LoL-Human/TelegramBot-NodeJS#readme" -} \ No newline at end of file +}