{
  "name": "@vuepress/plugin-docsearch",
  "version": "2.0.0-rc.0",
  "description": "VuePress plugin - docsearch",
  "keywords": [
    "vuepress-plugin",
    "vuepress",
    "plugin",
    "docsearch",
    "search",
    "algolia"
  ],
  "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": "meteorlxy",
  "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"
  ],
  "dependencies": {
    "@docsearch/css": "^3.5.2",
    "@docsearch/js": "^3.5.2",
    "@docsearch/react": "^3.5.2",
    "@vueuse/core": "^10.6.1",
    "ts-debounce": "^4.0.0",
    "vue": "^3.3.8",
    "vue-router": "^4.2.5",
    "@vuepress/client": "2.0.0-rc.0",
    "@vuepress/shared": "2.0.0-rc.0",
    "@vuepress/core": "2.0.0-rc.0",
    "@vuepress/utils": "2.0.0-rc.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "clean": "rimraf lib *.tsbuildinfo",
    "copy": "cpx \"src/**/*.css\" lib"
  }
}