{
  "name": "@ruan-cat/vuepress-preset-config",
  "version": "0.1.24",
  "description": "用于给大多数的vuepress项目提供一个预设的配置文件。",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./src/index.ts",
  "homepage": "https://github.com/ruan-cat/monorepo/tree/main/packages/vuepress-preset-config",
  "bugs": {
    "url": "https://github.com/ruan-cat/monorepo/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ruan-cat/vercel-monorepo-test.git",
    "directory": "packages/vuepress-preset-config"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./src/index.ts"
    },
    "./src/*": "./src/*"
  },
  "keywords": [
    "vuepress",
    "vuepress-theme-hope"
  ],
  "author": {
    "name": "ruan-cat",
    "email": "1219043956@qq.com",
    "url": "https://github.com/ruan-cat"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/",
    "tag": "beta"
  },
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./*"
      ]
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "devDependencies": {
    "@types/node": "^22.13.8",
    "@types/rollup-plugin-visualizer": "^5.0.3",
    "tsup": "^8.4.0"
  },
  "dependencies": {
    "@vuepress/bundler-vite": "2.0.0-rc.20",
    "@vuepress/plugin-slimsearch": "2.0.0-rc.80",
    "js-yaml": "^4.1.0",
    "rollup-plugin-visualizer": "^5.14.0",
    "sass-embedded": "^1.85.1",
    "vue": "^3.5.13",
    "vuepress": "2.0.0-rc.20",
    "vuepress-theme-hope": "2.0.0-rc.73",
    "@ruan-cat/utils": "^4.2.2"
  },
  "scripts": {
    "docs:dev": "vuepress-vite dev docs --clean-cache --open",
    "docs:build": "vuepress-vite build docs",
    "build": "tsup",
    "build:vite": "vite build",
    "build:vite:watch": "vite build --watch",
    "vp-update": "pnpm dlx vp-update"
  }
}