23 lines
366 B
JSON
23 lines
366 B
JSON
|
{
|
||
|
"name": "koishi-plugin-minecraft-vc-rcon",
|
||
|
"description": "",
|
||
|
"version": "0.0.1",
|
||
|
"main": "lib/index.js",
|
||
|
"typings": "lib/index.d.ts",
|
||
|
"files": [
|
||
|
"lib",
|
||
|
"dist"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"scripts": {},
|
||
|
"keywords": [
|
||
|
"chatbot",
|
||
|
"koishi",
|
||
|
"plugin"
|
||
|
],
|
||
|
"devDependencies": {},
|
||
|
"peerDependencies": {
|
||
|
"koishi": "^4.17.9"
|
||
|
}
|
||
|
}
|