From 2c08513d93e82a096de35edb2c2b6ccc0100b93f Mon Sep 17 00:00:00 2001 From: zhiyu1998 Date: Thu, 23 Mar 2023 02:06:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=84=20refactor:=20=E5=8F=96=E6=B6=88?= =?UTF-8?q?=E5=B0=8F=E8=93=9D=E9=B8=9F=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8918f23..6758f3b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "type": "module", "dependencies": { "axios": "^1.3.4", - "tunnel": "^0.0.6", - "twitter-api-v2": "^1.14.2" + "tunnel": "^0.0.6" } -} \ No newline at end of file +}