{
  "name": "@vuepress/core",
  "version": "2.0.0-beta.27",
  "description": "Core package of VuePress",
  "keywords": [
    "vuepress",
    "core"
  ],
  "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"
  ],
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "clean": "rimraf lib *.tsbuildinfo"
  },
  "dependencies": {
    "@vuepress/client": "2.0.0-beta.27",
    "@vuepress/markdown": "2.0.0-beta.27",
    "@vuepress/shared": "2.0.0-beta.27",
    "@vuepress/utils": "2.0.0-beta.27",
    "gray-matter": "^4.0.3",
    "toml": "^3.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "2671a94fe6864e215eb84f318b7e657744a0bc5d"
}
