mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
23 lines
568 B
JSON
23 lines
568 B
JSON
{
|
|
"name": "rconsole-plugin",
|
|
"version": "1.0.0",
|
|
"description": "<p align=\"center\">\r <a href=\"https://gitee.com/kyrzy0416/rconsole-plugin\">\r <img width=\"200\" src=\"./img/logo.png\">\r </a>\r </p>",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitee.com/kyrzy0416/rconsole-plugin.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.2.0"
|
|
}
|
|
}
|