{
  "name": "mongoose-atlas-search",
  "version": "1.0.12",
  "description": "A customisable mongoose plugin to use MongoDB Atlas Search feature",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rocknrolla777/mongoose-atlas-search.git"
  },
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rm -rf dist && tsc -p tsconfig.build.json --declaration"
  },
  "author": "Sergey Reus",
  "license": "ISC",
  "engines" : {
    "node" : ">=8.0.0"
  },
  "keywords": [
    "mongoose-plugin",
    "mongoose",
    "mongodb",
    "atlas",
    "mongodb atlas",
    "atlas search",
    "atlas plugin",
    "search plugin"
  ]
}
