{
  "name": "typo-tolerance-synonyms",
  "version": "1.0.1",
  "description": "This package provides an advanced multilingual search engine with phonetic matching and extensive language support, designed to filter input for typographical errors and return refined search results.",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "build": "babel src -d dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/virenpatel1293/typo-tolerance-synonyms.git"
  },
  "keywords": [
    "search",
    "multilingual",
    "phonetic-matching",
    "typo-tolerance",
    "synonyms",
    "fuzzy-search",
    "text-matching",
    "wordnet",
    "levenshtein"
  ],
  "author": "viren",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/virenpatel1293/typo-tolerance-synonyms/issues"
  },
  "homepage": "https://github.com/virenpatel1293/typo-tolerance-synonyms#readme",
  "dependencies": {
    "double-metaphone": "^2.0.1",
    "franc": "^6.2.0",
    "metaphone": "^2.0.1",
    "natural": "^6.12.0",
    "node-wordnet": "^0.1.12",
    "stopwords-iso": "^1.1.0",
    "transliteration": "^2.3.5"
  },
  "devDependencies": {
    "jest": "^29.0.0"
  }
}
