rc-plugin/package.json
2022-11-23 18:28:49 +08:00

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