{
  "name": "koishi-plugin-mc-status-bot",
  "description": "轻松获取我的世界服务器信息",
  "version": "1.0.11",
  "contributors": [
    "wncf"
  ],
  "homepage": "https://github.com/wncf/koishi-plugin-mc-status-bot",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wncf/koishi-plugin-mc-status-bot.git"
  },
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "dist"
  ],
  "license": "MIT",
  "keywords": [
    "mcbot",
    "mc-status-bot",
    "mc",
    "minecraft",
    "koishi",
    "plugin"
  ],
  "koishi": {
    "service": {
      "required": [
        "database"
      ]
    }
  },
  "peerDependencies": {
    "koishi": "^4.17.9"
  },
  "dependencies": {
    "varint": "^6.0.0"
  }
}
