mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
13 lines
264 B
JSON
13 lines
264 B
JSON
{
|
|
"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"
|
|
}
|
|
} |