{
  "name": "@vuepress/helper",
  "version": "2.0.0-rc.3",
  "description": "VuePress helper",
  "keywords": [
    "vuepress",
    "helper",
    "bundler-helper",
    "excerpt"
  ],
  "homepage": "https://github.com/vuepress",
  "bugs": {
    "url": "https://github.com/vuepress/ecosystem/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuepress/ecosystem.git",
    "directory": "tools/helper"
  },
  "license": "MIT",
  "author": {
    "name": "Mr.Hope",
    "email": "mister-hope@outlook.com",
    "url": "https://mister-hope.com"
  },
  "type": "module",
  "exports": {
    ".": "./lib/node/index.js",
    "./client": "./lib/client/index.js",
    "./client/*": "./lib/client/*",
    "./node": "./lib/node/index.js",
    "./noopComponent": "./lib/client/noopComponent.js",
    "./noopModule": "./lib/client/noopModule.js",
    "./package.json": "./package.json"
  },
  "main": "./lib/node/index.js",
  "types": "./lib/node/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "clean": "rimraf --glob ./lib ./*.tsbuildinfo"
  },
  "dependencies": {
    "@vue/shared": "^3.4.15",
    "cheerio": "1.0.0-rc.12",
    "fflate": "^0.8.1",
    "gray-matter": "^4.0.3",
    "vue": "^3.4.15"
  },
  "devDependencies": {
    "@types/connect": "3.4.38",
    "@vuepress/bundler-vite": "2.0.0-rc.2",
    "@vuepress/bundler-webpack": "2.0.0-rc.2",
    "@vuepress/plugin-git": "2.0.0-rc.3",
    "vite": "5.0.12"
  },
  "peerDependencies": {
    "vuepress": "2.0.0-rc.2"
  },
  "engines": {
    "node": ">=18.16.0",
    "npm": ">=8",
    "pnpm": ">=7",
    "yarn": ">=2"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "7247c765f50c3b2d5a622e0f7cf22bfb13a463c4"
}
