{
  "name": "koishi-plugin-blive",
  "version": "1.5.1",
  "description": "Bilibili live subscription for Koishi.js.",
  "keywords": [
    "koishi",
    "koishi.js"
  ],
  "author": "i'DLisT <me@idl.ist> (https://idl.ist)",
  "contributors": [
    "i'DLisT <me@idl.ist> (https://idl.ist)",
    "Dragon-Fish <824399619@qq.com>"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/idlist/koishi-plugin-blive.git"
  },
  "bugs": {
    "url": "https://github.com/idlist/koishi-plugin-blive/issues"
  },
  "homepage": "https://github.com/idlist/koishi-plugin-blive#readme",
  "files": [
    "src",
    "index.d.ts",
    "index.js"
  ],
  "koishi": {
    "description": {
      "zh": "B 站直播订阅",
      "en": "Bilibili live subscription"
    },
    "service": {
      "optional": ["database"]
    },
    "locales": ["zh"]
  },
  "main": "index.js",
  "scripts": {},
  "peerDependencies": {
    "koishi": "^4.9.0"
  }
}
