{
  "name": "fuzz-search-js",
  "version": "1.0.4",
  "description": "library for fuzzy search",
  "main": "./dist/index.js",
  "files": [
    "/dist"
  ],
  "scripts": {
    "test": "node test/fuztest.js",
    "build": "webpack --mode production",
    "publish": "npm run build && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AlfredDaimari/fuzz-search-js.git"
  },
  "keywords": [
    "fuzzy",
    "search",
    "levenshtein",
    "damerau-levenshtein",
    "hamming distance",
    "longest subsequence",
    "edit distance",
    "string matching",
    "fuzzy matching"
  ],
  "author": "Alfred Daimari",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AlfredDaimari/fuzz-search-js/issues"
  },
  "homepage": "https://github.com/AlfredDaimari/fuzz-search-js#readme",
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "babel-loader": "^8.2.2",
    "webpack": "^5.16.0",
    "webpack-cli": "^4.4.0"
  }
}
