{
  "name": "mongoose-fuzzy-search",
  "version": "0.0.4",
  "description": "fuzzy search based on trigrams for mongoose odm",
  "main": "./index.js",
  "type": "module",
  "exports": {
    "import": "./index.js",
    "require": "./index.cjs"
  },
  "directories": {
    "test": "test"
  },
  "keywords": [
    "mongoose",
    "mongodb",
    "fuzzy",
    "trigram",
    "ngram",
    "mongo",
    "search",
    "fuzzy search"
  ],
  "files": [
    "index.js",
    "index.cjs"
  ],
  "scripts": {
    "build": "rollup -c rollup.js",
    "test:unit": "node test/index.js",
    "test:int": "node test/int/index.js",
    "test": "npm run test:unit && npm run test:int"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@rollup/plugin-commonjs": "~15.1.0",
    "@rollup/plugin-node-resolve": "~9.0.0",
    "lodash.deburr": "~4.1.0",
    "lodash.set": "~4.3.2",
    "mongoose": "~5.10.9",
    "rollup": "~2.32.1",
    "zora": "~4.0.0"
  }
}
