{
  "name": "koishi-plugin-anime-tracemoe",
  "description": "一款 Koishi 插件，可以调用 trace.moe api 识别图片搜索番剧 ",
  "version": "0.0.2",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "author": "whitebr1ck",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WhiteBr1ck/koishi-plugin-anime-tracemoe.git"
  },
  "bugs": {
    "url": "https://github.com/WhiteBr1ck/koishi-plugin-anime-tracemoe/issues"
  },
  "homepage": "https://github.com/WhiteBr1ck/koishi-plugin-anime-tracemoe#readme",
  "keywords": [
    "koishi",
    "plugin",
    "anime",
    "trace.moe",
    "以图识番",
    "anime-search"
  ],
  "peerDependencies": {
    "koishi": "^4.18.7"
  },
  "koishi": {
    "service": {
      "required": [
        "http"
      ]
    }
  }
}