{
  "name": "koishi-plugin-image-tools",
  "description": "Simple image operating plugin",
  "version": "0.1.2",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "dist"
  ],
  "author": "student_2333 <lgc2333@126.com>",
  "license": "MIT",
  "homepage": "https://github.com/lgc2333/koishi-plugin-image-tools",
  "keywords": [
    "chatbot",
    "koishi",
    "plugin",
    "image-tools"
  ],
  "koishi": {
    "description": {
      "zh": "简单图片操作 Koishi 复刻版"
    },
    "service": {
      "required": [
        "http",
        "skia"
      ],
      "optional": [
        "notifier"
      ],
      "implements": []
    },
    "locales": [
      "zh"
    ]
  },
  "peerDependencies": {
    "@cordisjs/element": "^0.1.0",
    "@koishijs/plugin-notifier": "^1.2.0",
    "@ltxhhz/koishi-plugin-skia-canvas": "^0.0.6",
    "koishi": "^4.17.6"
  },
  "dependencies": {
    "modern-gif": "^2.0.3"
  },
  "devDependencies": {
    "@types/omggif": "^1",
    "@types/uzip": "^0",
    "image-in-browser": "^2.7.1",
    "uzip": "^0.20201231.0"
  }
}