{
  "name": "@strapi/provider-email-nodemailer",
  "version": "5.51.1",
  "description": "Nodemailer provider for Strapi",
  "keywords": [
    "strapi",
    "email",
    "provider",
    "nodemailer"
  ],
  "homepage": "https://strapi.io",
  "bugs": {
    "url": "https://github.com/strapi/strapi/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/strapi/strapi.git",
    "directory": "packages/providers/email-nodemailer"
  },
  "license": "SEE LICENSE IN LICENSE",
  "author": {
    "name": "Yurii Tykhomyrov"
  },
  "maintainers": [
    {
      "name": "Strapi Solutions SAS",
      "email": "hi@strapi.io",
      "url": "https://strapi.io"
    }
  ],
  "contributors": [
    {
      "name": "Veit Bjarsch",
      "email": "vb@poweruplink.com",
      "url": "https://poweruplink.com"
    },
    {
      "name": "Saunved Mutalik"
    },
    {
      "name": "Robert Schäfer",
      "email": "git@roschaefer.de"
    }
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "source": "./src/index.ts",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./utils": {
      "types": "./dist/utils/index.d.ts",
      "import": "./dist/utils/index.mjs",
      "require": "./dist/utils/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "run -T npm-run-all clean --parallel build:code build:types",
    "build:code": "run -T  rollup -c",
    "build:types": "run -T tsc -p tsconfig.build.json --emitDeclarationOnly",
    "clean": "run -T rimraf ./dist",
    "lint": "run -T eslint . --max-warnings=0",
    "test:ts": "run -T tsc -p tsconfig.json",
    "test:unit:vitest": "vitest run",
    "test:unit:vitest:watch": "vitest --watch",
    "watch": "run -T rollup -c -w"
  },
  "dependencies": {
    "nodemailer": "9.0.1"
  },
  "devDependencies": {
    "@types/node": "20.19.41",
    "@types/nodemailer": "7.0.11",
    "eslint-config-custom": "5.51.1",
    "tsconfig": "5.51.1",
    "vitest": "catalog:",
    "vitest-config": "5.51.1"
  },
  "engines": {
    "node": ">=20.0.0 <=26.x.x",
    "npm": ">=6.0.0"
  }
}
