{
  "name": "@401u/koishi-plugin-bilibili-notify",
  "description": "Watch bilibili dynamic and notify to koishi",
  "version": "2.0.2",
  "contributors": [
    "Akokko <admin@akokko.com>",
    "401U <hi@4o1.to>"
  ],
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "dist"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/401u/koishi-plugin-bilibili-notify.git"
  },
  "homepage": "https://www.npmjs.com/package/@401u/koishi-plugin-bilibili-notify",
  "keywords": [
    "chatbot",
    "koishi",
    "plugin",
    "bilibili"
  ],
  "scripts": {
    "build": "atsc -b"
  },
  "peerDependencies": {
    "koishi": "^4.17.5"
  },
  "dependencies": {
    "axios": "^1.6.8",
    "axios-cookiejar-support": "^5.0.1",
    "jimp": "^0.22.12",
    "jsdom": "^24.0.0",
    "luxon": "^3.4.4",
    "md5": "^2.3.0",
    "qrcode": "^1.5.3",
    "tough-cookie": "^4.1.3"
  },
  "devDependencies": {
    "@koishijs/plugin-help": "^2.4.3",
    "@koishijs/plugin-notifier": "^1.2.0",
    "@types/luxon": "^3",
    "@types/md5": "^2",
    "@types/qrcode": "^1",
    "@types/tough-cookie": "^4",
    "atsc": "^1.2.2",
    "koishi": "^4.17.5",
    "koishi-plugin-cron": "^3.1.0",
    "koishi-plugin-puppeteer": "^3.8.4"
  },
  "koishi": {
    "service": {
      "required": [
        "database",
        "puppeteer",
        "notifier",
        "cron"
      ]
    },
    "description": {
      "zh": "重构的 bilibili-notify 插件，支持更多订阅数量"
    },
    "locales": [
      "zh"
    ],
    "preview": true
  }
}
