{
  "name": "@dakohhh/mongoose-paginator",
  "version": "1.0.5",
  "description": "Mongoose-Class-Paginator is a lightweight, flexible, and TypeScript-friendly pagination utility for Mongoose models. It provides a class-based approach to handling database pagination with support for filtering, sorting, population, projection, and metadata customization — all without relying on heavy plugins",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@types/node": "^22.13.11",
    "typescript": "^5.8.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dakohhh/mongoose-paginator.git"
  },
  "keywords": [
    "mongoose",
    "pagination",
    "paginator",
    "mongoose-pagination",
    "typescript",
    "mongo",
    "mongodb",
    "mongoose-paginator",
    "paginate",
    "class-based",
    "lean",
    "mongoose-query",
    "data-pagination",
    "nodejs",
    "rest-api",
    "graphql",
    "mongoose-utility"
  ],
  "author": "Wisdom Dakoh",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/dakohhh/mongoose-paginator/issues"
  },
  "homepage": "https://github.com/dakohhh/mongoose-paginator#readme",
  "peerDependencies": {
    "@types/mongoose": "^5.11.96",
    "mongoose": "^8.13.2"
  }
}
