!2 解决更新出现掉包的问题

Merge pull request !2 from x0rz4/N/A
This commit is contained in:
zhiyu 2023-03-07 07:49:27 +00:00 committed by Gitee
commit 33eed68d22
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

14
package.json Normal file
View File

@ -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"
}
}