{
  "name": "@starzkg/vuepress-plugin-page-info",
  "version": "1.0.0-beta.14",
  "description": "A comment plugin for vuepress",
  "keywords": [
    "vuepress-plugin",
    "vuepress-blog",
    "comment",
    "valine",
    "vssue",
    "page-info"
  ],
  "homepage": "https://vuepress-theme-hope.github.io/comment/",
  "bugs": {
    "url": "https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuepress-theme-hope/vuepress-theme-hope.git",
    "directory": "packages/comment"
  },
  "license": "MIT",
  "author": {
    "name": "Mr.Hope",
    "email": "zhangbowang1998@gmail.com",
    "url": "https://mrhope.site"
  },
  "main": "lib/node/index.js",
  "types": "lib/node/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "clean": "rimraf lib *.tsbuildinfo",
    "copy": "cpx \"src/**/*.{css,svg,vue,scss}\" lib",
    "demo:build": "vuepress build __tests__/demo",
    "demo:clean-serve": "vuepress dev __tests__/demo --clean-cache",
    "demo:serve": "vuepress dev __tests__/demo",
    "demo:vite-build": "vuepress-vite build __tests__/demo",
    "demo:vite-clean-serve": "vuepress-vite dev __tests__/demo --clean-cache",
    "demo:vite-serve": "vuepress-vite dev __tests__/demo",
    "dev": "concurrently \"yarn dev:copy\" \"yarn dev:rollup\"",
    "dev:copy": "cpx src/client/styles/** client/styles -w",
    "dev:rollup": "rollup -c -w"
  },
  "dependencies": {
    "@starzkg/vuepress-plugin-reading-time": "1.0.0-beta.14",
    "@starzkg/vuepress-shared": "1.0.0-beta.14",
    "@vuepress/client": "2.0.0-beta.27",
    "@vuepress/core": "2.0.0-beta.27",
    "@vuepress/plugin-theme-data": "2.0.0-beta.27",
    "@vuepress/utils": "2.0.0-beta.27",
    "@waline/client": "^1.3.11",
    "balloon-css": "^1.2.0",
    "vue": "^3.2.20",
    "vue-router": "^4.0.12",
    "vuepress-plugin-sass-palette": "2.0.0-alpha.7"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "4b08b6f792422492b5b11299591145f852e61f0b"
}
