mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 08:09:19 +00:00
13 lines
223 B
JSON
13 lines
223 B
JSON
{
|
|
"name": "rconsole-plugin",
|
|
"description": "R-Plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"axios": "^1.3.4",
|
|
"qrcode": "^1.5.3",
|
|
"p-queue": "^8.0.1",
|
|
"ws": "^8.17.0",
|
|
"openai": "^4.47.1"
|
|
}
|
|
}
|