{
  "name": "mongoose-query-toolkit",
  "version": "1.2.0",
  "description": "A toolkit for handling Mongoose queries with support for search, filtering, pagination, sorting, field selection, and population",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "lint": "eslint src/**/*.ts",
    "prepare": "npm run build"
  },
  "keywords": [
    "mongoose",
    "query",
    "filter",
    "search",
    "pagination",
    "sorting",
    "mongodb",
    "mongoose-query-toolkit"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "mongoose": "^7.5.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.4",
    "@types/node": "^20.5.9",
    "@typescript-eslint/eslint-plugin": "^6.5.0",
    "@typescript-eslint/parser": "^6.5.0",
    "eslint": "^8.48.0",
    "jest": "^29.6.4",
    "ts-jest": "^29.1.1",
    "typescript": "^5.2.2"
  },
  "peerDependencies": {
    "mongoose": "^7.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amanullahniazi/mongoose-query-toolkit.git"
  },
  "bugs": {
    "url": "https://github.com/amanullahniazi/mongoose-query-toolkit/issues"
  },
  "homepage": "https://github.com/amanullahniazi/mongoose-query-toolkit#readme"
}
