{
  "name": "vuepress-plugin-full-text-search2",
  "version": "0.5.1",
  "description": "VuePress v2 plugin that adds full-text search box.",
  "files": [
    "lib"
  ],
  "type": "module",
  "main": "./lib/index.cjs",
  "module": "./lib/index.js",
  "exports": {
    ".": {
      "import": "./lib/index.js",
      "require": "./lib/index.cjs"
    }
  },
  "types": "./lib/index.d.ts",
  "scripts": {
    "prebuild": "npm run -s clean",
    "build": "npm run bundle && npm run copy",
    "bundle": "tsup",
    "copy": "cpx \"src/**/*.{vue,svg}\" lib",
    "clean": "rimraf .nyc_output lib coverage",
    "lint": "eslint . --ext .js,.ts,.json,.vue",
    "eslint-fix": "npm run lint -- --fix",
    "format:docs": "prettier README.md --write",
    "test": "mocha --require ts-node/register \"tests/**/*.ts\" --reporter dot --timeout 60000",
    "cover": "nyc --reporter=lcov npm run test",
    "debug": "mocha --require ts-node/register/transpile-only \"tests/**/*.ts\" --reporter dot",
    "update-snap": "mocha --require ts-node/register/transpile-only \"tests/**/*.ts\" --reporter dot --update",
    "preversion": "npm run lint && npm test",
    "make-alias-package": "node ./scripts/make-alias-package.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ota-meshi/vuepress-plugin-full-text-search2.git"
  },
  "keywords": [
    "vuepress",
    "vuepress-plugin",
    "full-text-search",
    "vuepress-next"
  ],
  "author": "Yosuke Ota",
  "funding": "https://github.com/sponsors/ota-meshi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ota-meshi/vuepress-plugin-full-text-search2/issues"
  },
  "homepage": "https://github.com/ota-meshi/vuepress-plugin-full-text-search2#readme",
  "dependencies": {
    "@vuepress/client": "^2.0.0-beta.29",
    "@vuepress/core": "^2.0.0-0",
    "@vuepress/utils": "^2.0.0-0",
    "chokidar": "^3.5.2",
    "htmlparser2": "^9.0.0",
    "vue": "^3.2.0"
  },
  "peerDependencies": {
    "vuepress": "2.0.0-rc.8"
  },
  "devDependencies": {
    "@ota-meshi/eslint-plugin": "^0.15.0",
    "@types/chai": "^4.2.22",
    "@types/mocha": "^10.0.0",
    "@types/node": "^20.0.0",
    "@typescript-eslint/eslint-plugin": "^7.0.0",
    "@typescript-eslint/parser": "^7.0.0",
    "chai": "^4.3.4",
    "cpx2": "^7.0.0",
    "eslint": "^8.3.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-json-schema-validator": "^4.0.0",
    "eslint-plugin-jsonc": "^2.0.0",
    "eslint-plugin-n": "^16.0.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-node-dependencies": "^0.11.0",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-plugin-regexp": "^2.0.0",
    "eslint-plugin-vue": "^9.0.0",
    "mocha": "^10.0.0",
    "mocha-chai-jest-snapshot": "^1.1.3",
    "nyc": "^15.1.0",
    "prettier": "^3.0.0",
    "rimraf": "^5.0.0",
    "tsconfig-vuepress": "^4.5.0",
    "ts-node": "^10.4.0",
    "tsup": "^8.0.0",
    "typescript": "~5.3.0",
    "vue-eslint-parser": "^9.0.0",
    "vuepress": "^2.0.0-rc.8"
  }
}
