解决更新pnpm install -P 出现掉包的问题

Signed-off-by: x0rz4 <1142099496@qq.com>
This commit is contained in:
x0rz4 2023-03-07 06:29:53 +00:00 committed by Gitee
parent 6abbc6154a
commit e2e695b498
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"
}
}