{
  "name": "@erento/nestjs-common",
  "version": "8.0.0",
  "engines": {
    "node": ">=20.0.0",
    "npm": ">=10.0.0"
  },
  "engineStrict": true,
  "description": "NestJS module with some shared utilities",
  "main": "dist/public-api.js",
  "types": "dist/public-api.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "lint": "eslint -c .eslintrc.json .",
    "lint:fix": "eslint --fix -c .eslintrc.json",
    "lint-staged": "lint-staged -c .lintstagedrc.js",
    "prebuild": "rm -rf dist && npm run lint && npm run test",
    "test": "jest"
  },
  "keywords": [],
  "author": "Erento GmbH <developers@erento.com> (https://www.erento.com)",
  "repository": {
    "type": "git",
    "url": "https://github.com/erento/nestjs-modules.git"
  },
  "license": "MIT",
  "peerDependencies": {
    "@bugsnag/js": ">=7.22.3",
    "@nestjs/axios": ">=3.0.0",
    "@nestjs/common": ">=10.3.1",
    "@nestjs/core": ">=10.3.1",
    "express-http-context": ">=1.2.4",
    "typescript": ">=5.2.2",
    "slugify": ">=1.6.0"
  },
  "devDependencies": {
    "@bugsnag/js": "7.22.4",
    "@erento/eslint-plugin-erento-rules": "3.0.0",
    "@nestjs/axios": "3.0.2",
    "@nestjs/common": "10.3.1",
    "@nestjs/core": "10.3.1",
    "@types/express": "4.17.21",
    "@types/jest": "29.5.12",
    "@types/node": "20.10.8",
    "@types/uuid": "9.0.8",
    "express": "4.18.2",
    "express-http-context": "1.2.4",
    "jest": "29.7.0",
    "lint-staged": "15.2.2",
    "prettier": "2.5.1",
    "reflect-metadata": "0.1.13",
    "ts-jest": "29.1.2",
    "typescript": "5.2.2"
  },
  "dependencies": {
    "@erento/nestjs-module-google-pubsub": "4.0.0",
    "@google-cloud/profiler": "6.0.1",
    "@google-cloud/trace-agent": "8.0.0",
    "axios": "1.6.7",
    "chalk": "4.1.2",
    "json-stringify-safe": "5.0.1",
    "moment-timezone": "0.5.45",
    "ms": "3.0.0-canary.1",
    "rxjs": "7.8.1",
    "uuid": "9.0.1"
  },
  "overrides": {
    "minimatch": "5.1.6"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  }
}
