UNPKG

mongoose-atlas-search

Version:

A customisable mongoose plugin to use MongoDB Atlas Search feature

31 lines (30 loc) 733 B
{ "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" ] }