{
  "name": "@vuepress/client",
  "version": "2.0.0-beta.27",
  "description": "Client package of VuePress",
  "keywords": [
    "vuepress",
    "client"
  ],
  "homepage": "https://github.com/vuepress",
  "bugs": {
    "url": "https://github.com/vuepress/vuepress-next/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuepress/vuepress-next.git"
  },
  "license": "MIT",
  "author": "Evan You",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "templates",
    "types.d.ts"
  ],
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "clean": "rimraf lib *.tsbuildinfo",
    "copy": "cpx \"src/**/*.{d.ts,css}\" lib"
  },
  "dependencies": {
    "@vuepress/shared": "2.0.0-beta.27",
    "vue": "^3.2.20",
    "vue-router": "^4.0.12"
  },
  "devDependencies": {
    "@types/webpack-env": "^1.16.3",
    "vite": "^2.6.12"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "2671a94fe6864e215eb84f318b7e657744a0bc5d"
}
