{
  "name": "@orama/plugin-match-highlight",
  "version": "3.1.18",
  "description": "Orama plugin for search match highlighting",
  "keywords": [
    "full-text search",
    "search",
    "fuzzy search",
    "typo-tolerant search",
    "full-text"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/oramasearch/orama"
  },
  "bugs": {
    "url": "https://github.com/oramasearch/orama"
  },
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts",
      "browser": "./dist/index.global.js"
    }
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@orama/orama": "3.1.18"
  },
  "devDependencies": {
    "@swc/cli": "^0.1.59",
    "@swc/core": "^1.3.27",
    "@types/node": "^20.9.0",
    "@types/tap": "^15.0.7",
    "tap": "^18.6.1",
    "tsx": "^3.12.2",
    "typescript": "^5.0.0",
    "tsup": "^7.2.0"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "tap": {
    "extends": "test/config/tap.yml"
  },
  "scripts": {
    "build": "tsup --config tsup.lib.js",
    "lint": "exit 0",
    "test": "node --test --import tsx test/*.test.ts"
  }
}