{
  "name": "nonebot-hk-reporter-docs",
  "version": "1.0.0",
  "description": "Docs for nonebot-hk-reporter",
  "main": "index.js",
  "repository": "git@github.com:felinae98/nonebot-hk-reporter.git",
  "author": "felinae98 <731499577@qq.com>",
  "license": "MIT",
  "private": false,
  "devDependencies": {
    "vuepress": "^1.8.2"
  },
  "scripts": {
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs"
  }
}