{
  "name": "strapi-plugin-fuzzy-search",
  "version": "4.1.0",
  "description": "Register a weighted fuzzy search endpoint for Strapi Headless CMS you can add your content types to in no time.",
  "strapi": {
    "displayName": "Fuzzy Search",
    "name": "fuzzy-search",
    "description": "Register a weighted fuzzy search endpoint to your content types in no time.",
    "kind": "plugin"
  },
  "type": "commonjs",
  "exports": {
    "./package.json": "./package.json",
    "./strapi-server": {
      "types": "./dist/server/src/index.d.ts",
      "source": "./server/src/index.ts",
      "import": "./dist/server/index.mjs",
      "require": "./dist/server/index.js",
      "default": "./dist/server/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "semantic-release": "semantic-release",
    "build": "strapi-plugin build",
    "watch": "strapi-plugin watch",
    "watch:link": "strapi-plugin watch:link",
    "verify": "strapi-plugin verify",
    "test:ts:back": "run -T tsc -p server/tsconfig.json",
    "typecheck": "tsc --noEmit -p server/tsconfig.json",
    "test": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:coverage:json": "vitest run --coverage.enabled --coverage.reporter=json-summary",
    "lint": "eslint .",
    "prettier:check": "prettier --check ./server ./tests",
    "prettier:write": "prettier --write ./server ./tests"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "tag": "latest",
    "provenance": true
  },
  "dependencies": {
    "fuzzysort": "3.1.0",
    "transliteration": "2.3.5"
  },
  "peerDependencies": {
    "@strapi/strapi": ">=5.1.1",
    "@strapi/utils": ">=5.1.1",
    "yup": ">=1.4.0"
  },
  "devDependencies": {
    "@eslint/compat": "2.0.0",
    "@eslint/eslintrc": "3.3.3",
    "@eslint/js": "9.39.2",
    "@strapi/sdk-plugin": "^5.4.0",
    "@strapi/strapi": "5.33.2",
    "@strapi/typescript-utils": "5.33.2",
    "@typescript-eslint/eslint-plugin": "8.52.0",
    "@typescript-eslint/parser": "8.52.0",
    "@vitest/coverage-v8": "4.0.16",
    "all-contributors-cli": "6.26.1",
    "eslint": "9.39.2",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-prettier": "5.5.4",
    "eslint-plugin-promise": "7.2.1",
    "globals": "17.0.0",
    "prettier": "3.7.4",
    "semantic-release": "25.0.2",
    "typescript": "^5.6.3",
    "typescript-eslint": "^8.12.1",
    "vitest": "4.0.16"
  },
  "author": "@DomDew (https://github.com/DomDew)",
  "maintainers": [
    "@DomDew (https://github.com/DomDew)",
    "@wfproductions (https://github.com/wfproductions)"
  ],
  "engines": {
    "node": ">=18.x.x <=24.x.x",
    "npm": ">=6.0.0"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/DomDew/strapi-plugin-fuzzy-search.git"
  },
  "keywords": [
    "strapi",
    "fuzzysort",
    "fuzzysearch",
    "search"
  ],
  "bugs": {
    "url": "https://github.com/DomDew/strapi-plugin-fuzzy-search/issues"
  },
  "homepage": "https://github.com/DomDew/strapi-plugin-fuzzy-search#readme"
}
