From e2e695b49856bd7932c2f893db94efc3ce3dc015 Mon Sep 17 00:00:00 2001 From: x0rz4 <1142099496@qq.com> Date: Tue, 7 Mar 2023 06:29:53 +0000 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=9B=B4=E6=96=B0pnpm=20inst?= =?UTF-8?q?all=20-P=20=E5=87=BA=E7=8E=B0=E6=8E=89=E5=8C=85=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: x0rz4 <1142099496@qq.com> --- package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package.json diff --git a/ package.json b/ package.json new file mode 100644 index 0000000..4f00777 --- /dev/null +++ b/ package.json @@ -0,0 +1,14 @@ +{ + "name": "rconsole-plugin", + "version": "1.0.8", + "description": "R-plugin", + "type": "module", + "module": "index.js", + "main": "index.js", + "dependencies": { + "axios": "^1.3.4", + "tunnel": "^0.0.6", + "twitter-api-v2": "^1.14.2" + } + +} \ No newline at end of file