{
  "name": "koishi-plugin-memes-api",
  "description": "表情包制作插件调用 API 版",
  "version": "2.1.9",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "dist"
  ],
  "license": "MIT",
  "author": "LgCookie <lgc2333@126.com>",
  "homepage": "https://github.com/lgc-KoiDev/koishi-plugin-memes-api",
  "scripts": {
    "build:console": "koishi-console build"
  },
  "keywords": [
    "chatbot",
    "koishi",
    "plugin",
    "meme",
    "memes",
    "meme-generator",
    "petpet",
    "表情包",
    "头像表情包",
    "表情包制作",
    "表情包生成",
    "梗",
    "梗图",
    "迷因"
  ],
  "koishi": {
    "description": {
      "zh": "表情包制作插件调用 API 版"
    },
    "service": {
      "required": [
        "http"
      ],
      "optional": [
        "notifier"
      ],
      "implements": [
        "memesApi"
      ]
    },
    "locales": [
      "zh"
    ]
  },
  "peerDependencies": {
    "@satorijs/element": "^3.1.8",
    "koishi": "^4.18.9"
  },
  "dependencies": {
    "meme-generator-rs-api": "^0.1.4",
    "p-limit": "^7.1.1"
  },
  "optionalDependencies": {
    "@koishijs/plugin-help": "^2.4.5",
    "@koishijs/plugin-notifier": "^1.2.1",
    "koishi-plugin-adapter-onebot": "^6.8.0"
  }
}