{
  "name": "@hejtech/nestjs-graphql-relay-pagination",
  "version": "2.0.2",
  "description": "A flexible pagination module for NestJS applications (compatible with NestJS 11)",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "keywords": [
    "nestjs",
    "pagination",
    "cursor",
    "relay",
    "graphql",
    "nestjs-11"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "class-validator": "^0.14.1",
    "date-fns": "^3.6.0",
    "uuid": "^10.0.0"
  },
  "devDependencies": {
    "@dword-design/eslint-plugin-import-alias": "^5.0.0",
    "@foxglove/eslint-plugin": "^1.0.1",
    "@nestjs/common": "^10.0.0",
    "@nestjs/core": "^10.0.0",
    "@nestjs/graphql": "^12.2.0",
    "@nestjs/testing": "^10.0.0",
    "@nestjs/typeorm": "^10.0.2",
    "@stylistic/eslint-plugin-js": "^2.6.4",
    "@types/node": "^20.3.1",
    "@types/uuid": "^10.0.0",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "@vitest/coverage-v8": "^2.1.0",
    "cz-conventional-changelog": "3.3.0",
    "eslint": "^8.42.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-etc": "^2.0.3",
    "eslint-plugin-import": "2.31.0",
    "eslint-plugin-max-params-no-constructor": "^0.0.4",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-plugin-unicorn": "^55.0.0",
    "graphql": "^16.9.0",
    "husky": "9.1.7",
    "prettier": "^3.0.0",
    "reflect-metadata": "^0.2.2",
    "rxjs": "^7.8.1",
    "sqlite3": "5.1.7",
    "tsconfig-paths": "^4.2.0",
    "typeorm": "^0.3.25",
    "typescript": "^5.8.3",
    "unplugin-swc": "^1.5.1",
    "vitest": "^2.1.0"
  },
  "peerDependencies": {
    "@nestjs/common": "^10.0.0 || ^11.0.0",
    "@nestjs/core": "^10.0.0 || ^11.0.0",
    "@nestjs/graphql": "^12.0.0 || ^13.0.0",
    "@nestjs/typeorm": "^10.0.0 || ^11.0.0",
    "graphql": "^16.0.0",
    "reflect-metadata": "^0.2.0",
    "typeorm": "^0.3.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:unit": "vitest run --project unit",
    "test:int": "vitest run --project integration",
    "test:watch": "vitest",
    "test:watch:unit": "vitest --project unit",
    "test:watch:int": "vitest --project integration",
    "test:cov": "vitest --coverage --project unit",
    "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix"
  }
}