nestjs-paginate-relations-filter-middleware
Version:
An enhanced middleware for capturing unrelated filters for nestjs-paginate lib
40 lines (39 loc) • 1.17 kB
JSON
{
"name": "nestjs-paginate-relations-filter-middleware",
"version": "1.1.9",
"description": "An enhanced middleware for capturing unrelated filters for nestjs-paginate lib",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf dist && tsc",
"prepublish": "npm run build"
},
"keywords": [
"nestjs",
"nestjs-paginate",
"nestjs-query",
"nestjs-paginate-filter",
"nestjs-paginate-relation-filter"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/mustafakendiguzel/nestjs-paginate-relations-filter-middleware.git"
},
"author": "Mustafa Kendigüzel",
"license": "MIT",
"bugs": {
"url": "https://github.com/mustafakendiguzel/nestjs-paginate-relations-filter-middleware/issues"
},
"homepage": "https://github.com/mustafakendiguzel/nestjs-paginate-relations-filter-middleware#readme",
"dependencies": {
"@types/node": "^18.13.0",
"nestjs-paginate": "^4.8.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^4.1.2",
"rxjs": "^7.8.0",
"typescript": "^4.9.5"
}
}