{
  "name": "koishi-plugin-hello-jmcomic",
  "description": "获取jm漫画，真的能用！使用前请先部署后端！！[<ruby>**点我看后端教程**</ruby>](https://github.com/LingLambda/JMComic-Api)",
  "version": "0.0.6",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "dist"
  ],
  "license": "MIT",
  "keywords": [
    "chatbot",
    "koishi",
    "plugin"
  ],
  "peerDependencies": {
    "koishi": "^4.0.0"
  },
  "koishi": {
    "service": {
      "required": [
        "http"
      ]
    }
  },
  "dependencies": {
    "@koishijs/plugin-http": "^0.6.0"
  }
}