{
  "name": "@nestjs-modules/mailer",
  "version": "1.9.1",
  "private": false,
  "description": "NestJS - a mailer module (@mailer)",
  "keywords": [
    "nest",
    "nodemailer",
    "mailer",
    "nodejs"
  ],
  "homepage": "https://github.com/nest-modules/mailer#readme",
  "bugs": {
    "url": "https://github.com/nest-modules/mailer/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nest-modules/mailer.git"
  },
  "license": "MIT",
  "author": "Nest Modules TM",
  "contributors": [
    "Cristiam Díaz <c.diaz@udla.edu.co>",
    "Eduardo Leal <eduardolleal@icloud.com>",
    "Juan Echeverry <e.juandav@gmail.com>",
    "Paweł Partyka <partyka95@icloud.com>",
    "Yanarp"
  ],
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "tsc -p tsconfig.json",
    "deploy": "sh ./publish.sh",
    "format": "prettier **/**/*.ts --ignore-path ./.prettierignore --write",
    "audit:convert": "yarn-audit-fix --flow=convert",
    "audit:patch": "yarn-audit-fix --flow=patch",
    "audit:fix": "npx yarn-audit-fix --package-lock-only=false --force --legacy-peer-deps --flow=convert",
    "major": "npm run release -- --release-as major",
    "minor": "npm run release -- --release-as minor",
    "patch": "npm run release -- --release-as patch",
    "release": "standard-version",
    "test": "jest"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"
    }
  },
  "lint-staged": {
    "*.ts": [
      "prettier --write"
    ]
  },
  "dependencies": {
    "glob": "10.3.3",
    "inline-css": "4.0.2",
    "mjml": "^4.14.1",
    "preview-email": "3.0.19"
  },
  "optionalDependencies": {
    "@types/ejs": "^3.1.2",
    "@types/pug": "2.0.6",
    "ejs": "^3.1.9",
    "handlebars": "^4.7.7",
    "pug": "^3.0.2"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.6.7",
    "@commitlint/config-angular": "^17.6.7",
    "@nestjs/common": "^10.1.0",
    "@nestjs/core": "^10.1.0",
    "@nestjs/testing": "^10.1.0",
    "@types/glob": "^8.1.0",
    "@types/inline-css": "3.0.1",
    "@types/jest": "^29.5.3",
    "@types/lodash": "^4.14.195",
    "@types/nodemailer": "^6.4.8",
    "@types/pug": "2.0.6",
    "@typescript-eslint/eslint-plugin": "^6.1.0",
    "@typescript-eslint/parser": "^6.1.0",
    "husky": "^8.0.3",
    "jest": "^29.6.1",
    "lint-staged": "^13.2.3",
    "nodemailer": "^6.9.4",
    "nodemailer-mock": "2.0.1",
    "prettier": "^3.0.0",
    "reflect-metadata": "0.1.13",
    "rimraf": "5.0.1",
    "rxjs": "^7.8.1",
    "standard-version": "9.5.0",
    "ts-jest": "^29.1.1",
    "ts-node": "10.9.1",
    "typescript": "^5.1.6",
    "yarn-audit-fix": "^9.3.12"
  },
  "peerDependencies": {
    "@nestjs/common": "^7.0.9 || ^8.0.0 || ^9.0.0 || ^10.0.0",
    "@nestjs/core": "^7.0.9 || ^8.0.0 || ^9.0.0 || ^10.0.0",
    "@types/ejs": "^3.0.3",
    "@types/pug": "2.0.6",
    "ejs": "^3.1.2",
    "handlebars": "^4.7.6",
    "nodemailer": "^6.4.6",
    "pug": "^3.0.1"
  },
  "resolutions": {
    "vm2": "isolated-vm"
  }
}
