{
  "name": "koishi-plugin-nezha-api",
  "description": "通过哪吒面板API查询服务器详细信息",
  "homepage": "https://github.com/NishinomiyaAki/koishi-plugin-nezha-api#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NishinomiyaAki/koishi-plugin-nezha-api.git"
  },
  "bugs": {
    "url": "https://github.com/NishinomiyaAki/koishi-plugin-nezha-api/issues"
  },
  "version": "1.1.3",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "dist"
  ],
  "license": "MIT",
  "keywords": [
    "chatbot",
    "koishi",
    "plugin",
    "nezha"
  ],
  "peerDependencies": {
    "koishi": "^4.17.9"
  },
  "koishi": {
    "service": {
      "required": [
        "database"
      ]
    }
  }
}
