{
  "name": "@starzkg/vuepress-shared",
  "version": "1.0.0-beta.7",
  "description": "Shared files for vuepress-theme-hope",
  "keywords": [
    "vuepress-theme-hope",
    "vuepress",
    "starzkg"
  ],
  "homepage": "https://github.com/Mister-Hope/vuepress-theme-hope/tree/v2/packages/shared#readme",
  "bugs": {
    "url": "https://github.com/Mister-Hope/vuepress-theme-hope/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/Mister-Hope/vuepress-theme-hope.git",
    "directory": "packages/shared"
  },
  "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",
    "styles"
  ],
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "clean": "rimraf lib *.tsbuildinfo",
    "copy": "cpx \"src/**/*.{css,svg,vue,scss}\" lib"
  },
  "dependencies": {
    "@types/webpack-dev-server": "^4.3.1",
    "@vuepress/client": "2.0.0-beta.27",
    "@vuepress/core": "2.0.0-beta.27",
    "@vuepress/plugin-theme-data": "2.0.0-beta.27",
    "chalk": "^4.1.2",
    "dayjs": "^1.10.7",
    "ora": "5.4.1",
    "vue": "^3.2.20"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "875933256a00ff8457b812f51a8264f4f0aa8b9f"
}
