{
  "name": "hexo-tag-bilibili-card",
  "version": "0.9.8",
  "description": "A hexo plugin insert a bilibili video card into your page or article, some of css code is copy from bilibili.",
  "main": "index.js",
  "module": "components/index.esm.js",
  "keywords": [
    "hexo",
    "bilibili",
    "tag",
    "generator",
    "injector",
    "components"
  ],
  "homepage": "https://github.com/wherewhere/hexo-tag-bilibili-card",
  "bugs": {
    "url": "https://github.com/wherewhere/hexo-tag-bilibili-card/issues"
  },
  "license": "MIT",
  "author": "wherewhere7",
  "contributors": [
    "MaxChang3",
    "wherewhere"
  ],
  "funding": [
    {
      "type": "patreon",
      "url": "https://www.patreon.com/wherewhere"
    },
    {
      "type": "爱发电",
      "url": "http://afdian.com/@wherewhere"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wherewhere/hexo-tag-bilibili-card.git"
  },
  "dependencies": {
    "hexo-fs": "^5.0.0",
    "jsdom": "^27.0.0"
  },
  "overrides": {
    "tough-cookie": "^5.0.0"
  }
}