{
  "name": "@gleb216/fn.nestjs.core.modules",
  "version": "0.0.169",
  "description": "nestjs modules for core server",
  "author": "Glib Stepenko",
  "private": false,
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "license": "MIT",
  "scripts": {
    "start:debug:webstorm": "node --inspect-brk -r ts-node/register -r tsconfig-paths/register lib/develop.server/main.ts",
    "build": "rimraf ./dist && tsc -p tsconfig.json",
    "build:develop": "rimraf ./dist && tsc -p tsconfig.build.json",
    "build:watch": "rimraf ./dist && tsc-watch -p tsconfig.json",
    "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:cov": "jest --coverage",
    "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
    "test:e2e": "jest --config test/jest-e2e.json",
    "prepublish": "npm run build",
    "publish:npm": "npm publish --access public"
  },
  "devDependencies": {
    "@nestjs/testing": "^11.0.12",
    "@types/express-session": "^1.18.1",
    "@types/jest": "^29.5.12",
    "@types/multer": "^1.4.7",
    "@types/node": "^22.13.14",
    "@types/passport-jwt": "^4.0.1",
    "@types/passport-local": "^1.0.35",
    "@typescript-eslint/eslint-plugin": "^8.28.0",
    "@typescript-eslint/parser": "^8.28.0",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^10.1.1",
    "eslint-plugin-import": "^2.27.5",
    "husky": "^9.0.11",
    "lint-staged": "^15.2.2",
    "mkdirp": "^3.0.1",
    "prettier": "3.5.3",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "tsc-watch": "^6.0.4",
    "typescript": "5.8.2"
  },
  "dependencies": {
    "@aws-sdk/client-cloudwatch": "^3.135.0",
    "@aws-sdk/client-s3": "^3.135.0",
    "@gleb216/nestjs-mailgun": "^3.0.12",
    "@nestjs/common": "^11.0.12",
    "@nestjs/config": "^4.0.2",
    "@nestjs/core": "^11.0.12",
    "@nestjs/jwt": "^11.0.0",
    "@nestjs/passport": "^11.0.5",
    "@nestjs/platform-express": "^11.0.12",
    "@nestjs/platform-socket.io": "^11.0.12",
    "@nestjs/websockets": "^11.0.12",
    "@types/pg": "^8.10.2",
    "aws-sdk": "^2.1181.0",
    "body-parser": "^2.2.0",
    "class-validator": "^0.14.0",
    "cookie-parser": "^1.4.6",
    "express-session": "^1.18.0",
    "jest": "^29.6.1",
    "jsonwebtoken": "^9.0.0",
    "passport": "^0.7.0",
    "passport-jwt": "^4.0.1",
    "passport-local": "^1.0.0",
    "pg": "^8.7.3",
    "pg-node-named-arguments": "0.0.3",
    "reflect-metadata": "0.2.2",
    "rxjs": "^7.5.6",
    "winston": "^3.8.1"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS",
      "pre-commit": "lint-staged"
    }
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "ts"
    ],
    "rootDir": "lib",
    "testRegex": ".spec.ts$",
    "transform": {
      "^.+\\.(t|j)s$": "ts-jest"
    },
    "coverageDirectory": "../coverage",
    "testEnvironment": "node"
  }
}
