{
    "name": "@hodfords/nestjs-mailer",
    "version": "11.1.2",
    "description": "Simplifies sending emails in NestJS apps",
    "main": "index.js",
    "scripts": {
        "prebuild": "rimraf dist",
        "build": "tsc",
        "postbuild": "cp package.json dist && cp README.md dist && cp .npmrc dist",
        "format": "prettier --write \"lib/**/*.ts\"",
        "lint": "eslint \"lib/**/*.ts\" --fix --max-warnings 0",
        "prepare": "is-ci || husky",
        "version": "auto-changelog && git add CHANGELOG.md",
        "release:patch": "git add CHANGELOG.md && npm version patch --tag-version-prefix='' -f -m 'chore: release to %s'",
        "release:push": "git push --no-verify && git push --tags --no-verify",
        "lint-staged": "lint-staged",
        "cspell": "cspell"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/hodfords-solutions/nestjs-mailer.git"
    },
    "keywords": [],
    "author": "",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/hodfords-solutions/nestjs-mailer/issues"
    },
    "homepage": "https://github.com/hodfords-solutions/nestjs-mailer#readme",
    "dependencies": {
        "handlebars": "4.7.8",
        "mjml": "5.0.0-alpha.6",
        "nodemailer": "7.0.13",
        "validator": "13.15.26",
        "eslint-config-prettier": "10.1.8"
    },
    "peerDependencies": {
        "handlebars": "*"
    },
    "devDependencies": {
        "@hodfords/nestjs-eslint-config": "11.0.2",
        "@hodfords/nestjs-prettier-config": "11.0.1",
        "@nestjs/bull": "11.0.4",
        "@nestjs/common": "11.1.12",
        "@nestjs/core": "11.1.12",
        "@types/lodash": "4.17.23",
        "@types/mjml": "4.7.4",
        "@types/node": "25.2.0",
        "@types/nodemailer": "7.0.9",
        "@types/validator": "13.15.10",
        "auto-changelog": "2.5.0",
        "bull": "4.16.5",
        "cspell": "9.6.3",
        "eslint": "9.39.2",
        "husky": "9.1.7",
        "is-ci": "4.1.0",
        "lint-staged": "16.2.7",
        "lodash": "4.17.23",
        "prettier": "3.8.1",
        "reflect-metadata": "0.2.2",
        "rimraf": "6.1.2",
        "rxjs": "7.8.2",
        "typescript": "5.9.3"
    }
}
