{
  "name": "koishi-plugin-booru-pixiv",
  "description": "Image service from pixiv.net for Koishi",
  "version": "1.4.0",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "dist"
  ],
  "author": {
    "name": "Maiko Tan",
    "email": "maiko.tan.coding@gmail.com",
    "url": "https://github.com/MaikoTan"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/koishijs/koishi-plugin-booru.git",
    "directory": "packages/pixiv"
  },
  "bugs": {
    "url": "https://github.com/koishijs/koishi-plugin-booru/issues"
  },
  "homepage": "https://booru.koishi.chat/plugins/pixiv.html",
  "keywords": [
    "chatbot",
    "koishi",
    "service",
    "plugin",
    "booru",
    "image",
    "picture",
    "random",
    "setu",
    "pixiv"
  ],
  "koishi": {
    "description": {
      "zh": "最好的涩图插件！ - Pixiv 图源支持"
    },
    "service": {
      "require": [
        "booru"
      ],
      "optional": [
        "assets",
        "server"
      ]
    }
  },
  "peerDependencies": {
    "@koishijs/assets": "^1.0.4",
    "@koishijs/plugin-server": "^3.1.8",
    "koishi": "^4.17.3",
    "koishi-plugin-booru": "^1.3.0"
  },
  "peerDependenciesMeta": {
    "@koishijs/assets": {
      "optional": true
    },
    "@koishijs/plugin-server": {
      "optional": true
    }
  },
  "devDependencies": {
    "@koishijs/assets": "^1.0.4",
    "@koishijs/plugin-server": "^3.1.8",
    "@satorijs/element": "^3.0.0",
    "koishi": "^4.17.3"
  },
  "publishConfig": {
    "provenance": true
  }
}
