{
  "name": "vuepress-shared",
  "version": "2.0.0-rc.107",
  "description": "Shared files for vuepress2",
  "keywords": [
    "utils",
    "vuepress",
    "vuepress2"
  ],
  "homepage": "https://shared.vuejs.press",
  "bugs": {
    "url": "https://github.comvuepress-theme-hope/vuepress-theme-hope/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Mr.Hope",
    "email": "mister-hope@outlook.com",
    "url": "https://mister-hope.com"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/vuepress-theme-hope/vuepress-theme-hope.git",
    "directory": "packages/shared"
  },
  "files": [
    "dist",
    "scss"
  ],
  "type": "module",
  "sideEffects": [
    "./scss/**/*.scss"
  ],
  "exports": {
    ".": {
      "types": "./dist/node/index.d.ts",
      "default": "./dist/node/index.js"
    },
    "./client": {
      "types": "./dist/client/index.d.ts",
      "default": "./dist/client/index.js"
    },
    "./scss/*.scss": "./scss/*.scss",
    "./scss/*": {
      "sass": "./scss/*.scss"
    },
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@vuepress/helper": "2.0.0-rc.130",
    "@vueuse/core": "^14.3.0",
    "vue": "^3.5.34"
  },
  "devDependencies": {
    "@types/connect": "3.4.38",
    "@vuepress/bundler-vite": "2.0.0-rc.30",
    "@vuepress/bundler-webpack": "2.0.0-rc.30",
    "@vuepress/plugin-git": "2.0.0-rc.130",
    "vite": "8.0.13"
  },
  "peerDependencies": {
    "vuepress": "2.0.0-rc.30"
  },
  "engines": {
    "node": ">= 20.19.0",
    "npm": ">=8",
    "pnpm": ">=7",
    "yarn": ">=2"
  },
  "scripts": {
    "build": "tsdown --config-loader unrun",
    "clean": "rimraf ./dist",
    "dev": "pnpm build --watch"
  }
}