@imranbarbhuiya/mongoose-fuzzy-searching
Version:
Mongoose fuzzy searching plugin
62 lines (61 loc) • 1.68 kB
JSON
{
"name": "@imranbarbhuiya/mongoose-fuzzy-searching",
"version": "3.0.5",
"author": "imranbarbhuiya",
"description": "Mongoose fuzzy searching plugin",
"files": [
"lib/**/**/*",
"LICENSE",
"README.md"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"lint:fix": "eslint --fix .",
"format": "prettier --config .prettierrc --write \"./**/*.{json,ts}\"",
"lint": "eslint --ext .ts \"./**/*.{json,ts}\"",
"build": "tsc",
"test:integration": "jest --colors --runInBand __tests__/",
"test:unit": "jest --colors spec.ts",
"test": "jest --colors --runInBand",
"test:watch": "npm test -- --watch",
"test:unit:watch": "npm run test:unit --watch",
"test:integration:watch": "npm run test:integration --watch",
"prepublish": "npm run build",
"docs": "npx typedoc src/index.ts"
},
"keywords": [
"mongoose",
"fuzzy",
"searching",
"search",
"plugin",
"mongo",
"mongodb"
],
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/imranbarbhuiya/mongoose-fuzzy-searching/issues"
},
"homepage": "https://github.com/imranbarbhuiya/mongoose-fuzzy-searching",
"license": "MIT",
"peerDependencies": {
"mongoose": ">=5.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"dotenv": "^10.0.0",
"eslint": "^8.5.0",
"jest": "^27.4.5",
"mongodb-memory-server": "^8.1.0",
"mongoose": "^6.1.4",
"prettier": "^2.5.1",
"ts-jest": "^27.1.2",
"typedoc": "^0.22.10",
"typescript": "4.5.4"
}
}