{
  "name": "flexi-mailer",
  "version": "1.0.8",
  "description": "A versatile email service supporting multiple providers, including SMTP, AWS SES, Mailgun, Postmark, and SendGrid.",
  "main": "dist/src/lib/index.js",
  "types": "dist/src/lib/index.d.ts",
  "scripts": {
    "commit": "commit",
    "build": "tsc",
    "test": "jest --maxWorkers=50%",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "prettier --write .",
    "prepare": "husky install"
  },
  "lint-staged": {
    "*.{js,ts,jsx,tsx}": [
      "eslint --fix",
      "prettier --write"
    ],
    "**/*.{html,json,css,scss,md,mdx}": [
      "prettier --write"
    ]
  },
  "homepage": "https://github.com/lijukrks/flexi-mailer#readme",
  "bugs": {
    "url": "https://github.com/lijukrks/flexi-mailer/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lijukrks/flexi-mailer.git"
  },
  "keywords": [
    "Email Service",
    "Node.js",
    "Email API",
    "SMTP",
    "Email Sending",
    "Email Client",
    "Typescript",
    "SMTP",
    "Flexi-Mail",
    "Open Source",
    "Mail Transporter",
    "SendGrid",
    "SES",
    "Mailgun",
    "Postmark"
  ],
  "author": "Liju Kuriakose",
  "license": "ISC",
  "dependencies": {
    "@sendgrid/mail": "^8.1.3",
    "aws-sdk": "^2.1665.0",
    "dotenv": "^16.4.5",
    "mailgun.js": "^10.2.3",
    "nodemailer": "^6.9.14",
    "postmark": "^4.0.4"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.3.0",
    "@commitlint/config-conventional": "^19.2.2",
    "@commitlint/prompt-cli": "^19.3.1",
    "@eslint/compat": "^1.1.1",
    "@eslint/js": "^9.8.0",
    "@types/eslint__js": "^8.42.3",
    "@types/jest": "^29.5.12",
    "@types/mailgun-js": "^0.22.18",
    "@types/node": "^22.0.0",
    "@types/nodemailer": "^6.4.15",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "eslint": "^9.8.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.2.1",
    "globals": "^15.9.0",
    "husky": "^8.0.0",
    "jest": "^29.7.0",
    "lint-staged": "^15.2.7",
    "prettier": "^3.3.3",
    "semantic-release": "^24.0.0",
    "ts-jest": "^29.2.4",
    "typescript": "^5.5.4",
    "typescript-eslint": "^8.0.0"
  }
}
