{
  "name": "xcally-nest-library",
  "version": "0.0.46",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "",
  "license": "UNLICENSED",
  "scripts": {
    "bump:patch": "npm version patch -m \"Bump version to %s\"",
    "prepublishOnly": "npm run build",
    "build": "tsc",
    "build:watch": "rimraf dist && tsc-watch -b -v",
    "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
    "prettier:check": "prettier --check ./**/*.{ts,js,json,*rc}",
    "prettier:write": "prettier --write ./**/*.{ts,js,json,*rc}",
    "start": "nest start",
    "start:dev": "nest start --watch",
    "start:debug": "nest start --debug --watch",
    "start:prod": "node dist/main",
    "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
    "lib:link": "pnpm link --global",
    "lib:unlink": "pnpm unlink xcally-nest-libs --global",
    "publish:feat": "bash ./scripts/publish-feat.sh",
    "test": "TZ=UTC jest"
  },
  "dependencies": {
    "@nestjs/cache-manager": "^3.0.1",
    "@nestjs/config": "^4.0.0",
    "cache-manager": "^7.2.4",
    "class-transformer": "^0.5.1",
    "mongodb": "6.20.0",
    "nestjs-cls": "^6.0.1",
    "nestjs-grpc-exceptions": "^0.2.2",
    "nestjs-paginate": "^11.1.1",
    "nestjs-pino": "^4.3.0",
    "pino": "^9.6.0",
    "pino-pretty": "^13.0.0"
  },
  "devDependencies": {
    "@nestjs/cli": "^11.0.2",
    "@nestjs/common": "^11.0.9",
    "@nestjs/core": "^11.0.9",
    "@nestjs/microservices": "^11.0.9",
    "@nestjs/schematics": "^11.0.0",
    "@nestjs/testing": "^11.1.7",
    "@types/jest": "^29.5.14",
    "@typescript-eslint/eslint-plugin": "^8.23.0",
    "@typescript-eslint/parser": "^8.23.0",
    "eslint": "^9.19.0",
    "eslint-config-prettier": "^10.0.1",
    "eslint-plugin-prettier": "^5.2.3",
    "jest": "^29.7.0",
    "jest-mock-extended": "4.0.0-beta1",
    "prettier": "^3.4.2",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.4.5",
    "ts-node": "^10.9.2",
    "tsc-watch": "^6.2.1",
    "typescript": "^5.7.3"
  },
  "peerDependencies": {
    "@nestjs/common": "^10.0.0 || ^11.0.0",
    "@nestjs/core": "^10.0.0 || ^11.0.0",
    "@nestjs/microservices": "^10.0.0 || ^11.0.0",
    "nestjs-cls": "^6.0.1",
    "typeorm": "^0.3.20"
  }
}
