{
  "name": "docusaurus-lunr-search-kp",
  "version": "2.2.0",
  "description": "Offline search component for Docusaurus V2",
  "main": "src/index.js",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "test": "mocha '**/__tests__/**/*.spec.js'"
  },
  "homepage": "https://github.com/damienhoareaukprocess/docusaurus-lunr-search/blob/master/README.md",
  "repository": {
    "url": "https://github.com/damienhoareaukprocess/docusaurus-lunr-search/"
  },
  "author": {
    "name": "Praveen N",
    "url": "https://github.com/lelouch77"
  },
  "contributors": [
    {
      "name": "Pieter C",
      "url": "https://github.com/pcallewaert"
    },
    {
      "name": "ZachJW34",
      "url": "https://github.com/ZachJW34"
    },
    {
      "name": "Andrei Rublev",
      "url": "https://github.com/anru"
    }
  ],
  "keywords": [
    "docusaurus",
    "lunr",
    "offline-search",
    "documentation"
  ],
  "license": "MIT",
  "dependencies": {
    "autocomplete.js": "^0.37.1",
    "classnames": "^2.3.1",
    "gauge": "^3.0.2",
    "hast-util-select": "^4.0.2",
    "hast-util-to-text": "^2.0.1",
    "hogan.js": "^3.0.2",
    "lunr": "^2.3.9",
    "lunr-languages": "^1.9.0",
    "minimatch": "^3.1.2",
    "object-assign": "^4.1.1",
    "rehype-parse": "^7.0.1",
    "to-vfile": "^6.1.0",
    "unified": "^9.2.2",
    "unist-util-is": "^4.1.0"
  },
  "devDependencies": {
    "mocha": "^10.0.0"
  },
  "peerDependencies": {
    "@docusaurus/core": "^2.1.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "engines": {
    "node": ">= 8.10.0"
  }
}
