{
  "name": "koishi-plugin-image-tools",
  "description": "Simple image operating plugin",
  "version": "0.1.4",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "dist"
  ],
  "author": "LgCookie <lgc2333@126.com>",
  "license": "MIT",
  "homepage": "https://github.com/lgc-KoiDev/koishi-plugin-image-tools",
  "keywords": [
    "chatbot",
    "koishi",
    "plugin",
    "image-tools"
  ],
  "koishi": {
    "description": {
      "zh": "简单图片操作 Koishi 复刻版"
    },
    "service": {
      "required": [
        "http",
        "skia"
      ],
      "optional": [
        "notifier"
      ],
      "implements": []
    },
    "locales": [
      "zh"
    ]
  },
  "peerDependencies": {
    "@ltxhhz/koishi-plugin-skia-canvas": "^0.0.8",
    "@satorijs/element": "*",
    "koishi": "^4.18.8"
  },
  "dependencies": {
    "modern-gif": "^2.0.4"
  },
  "devDependencies": {
    "@types/omggif": "^1.0.5",
    "@types/uzip": "^0.20201231.2",
    "image-in-browser": "^3.2.3",
    "uzip": "^0.20201231.0"
  },
  "optionalDependencies": {
    "@koishijs/plugin-notifier": "^1.2.1"
  }
}