{
  "name": "@vuepress/plugin-catalog",
  "version": "2.0.0-rc.10",
  "description": "VuePress plugin - catalog",
  "keywords": [
    "vuepress-plugin",
    "vuepress",
    "plugin",
    "catalog",
    "readme"
  ],
  "homepage": "https://ecosystem.vuejs.press/plugins/catalog.html",
  "bugs": {
    "url": "https://github.com/vuepress/ecosystem/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuepress/ecosystem.git",
    "directory": "plugins/plugin-catalog"
  },
  "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",
    "./package.json": "./package.json"
  },
  "main": "./lib/node/index.js",
  "types": "./lib/node/index.d.ts",
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "clean": "rimraf --glob ./lib ./*.tsbuildinfo",
    "style": "sass src:lib --no-source-map"
  },
  "dependencies": {
    "@vuepress/helper": "~2.0.0-rc.10",
    "vue": "^3.4.15",
    "vue-router": "^4.2.5"
  },
  "peerDependencies": {
    "vuepress": "2.0.0-rc.5"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "2e4d75617b030b584fb59346087790c982dbf411"
}
