{
  "_from": "@strapi/provider-email-sendmail@5.4.1",
  "_id": "@strapi/provider-email-sendmail@5.4.1",
  "_inBundle": false,
  "_integrity": "sha512-/P/sARH2hpUEk1mqvcpEREa027N0KmJwDp7g5LAHw274xIxXG++993uFChYG/rOH2WtppWatw3VFNFmhvi+rAg==",
  "_location": "/@strapi/provider-email-sendmail",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@strapi/provider-email-sendmail@5.4.1",
    "name": "@strapi/provider-email-sendmail",
    "escapedName": "@strapi%2fprovider-email-sendmail",
    "scope": "@strapi",
    "rawSpec": "5.4.1",
    "saveSpec": null,
    "fetchSpec": "5.4.1"
  },
  "_requiredBy": [
    "/@strapi/email"
  ],
  "_resolved": "https://registry.npmjs.org/@strapi/provider-email-sendmail/-/provider-email-sendmail-5.4.1.tgz",
  "_shasum": "71d2ff1c079c01193997cd1ba34448cbda33a9da",
  "_spec": "@strapi/provider-email-sendmail@5.4.1",
  "_where": "/home/perazamc/cms.perazam.com/perazam-cms/node_modules/@strapi/email",
  "author": {
    "name": "Strapi Solutions SAS",
    "email": "hi@strapi.io",
    "url": "https://strapi.io"
  },
  "bugs": {
    "url": "https://github.com/strapi/strapi/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@strapi/utils": "5.4.1",
    "sendmail": "^1.6.1"
  },
  "deprecated": false,
  "description": "Sendmail provider for strapi email",
  "devDependencies": {
    "@strapi/pack-up": "5.0.0",
    "@types/sendmail": "1.4.4",
    "eslint-config-custom": "5.4.1",
    "tsconfig": "5.4.1"
  },
  "engines": {
    "node": ">=18.0.0 <=22.x.x",
    "npm": ">=6.0.0"
  },
  "files": [
    "dist/"
  ],
  "gitHead": "c7e2ed60ecd8893748d30753ce16f0357e3c3663",
  "homepage": "https://strapi.io",
  "keywords": [
    "email",
    "strapi"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "main": "./dist/index.js",
  "maintainers": [
    {
      "name": "Strapi Solutions SAS",
      "email": "hi@strapi.io",
      "url": "https://strapi.io"
    }
  ],
  "module": "./dist/index.mjs",
  "name": "@strapi/provider-email-sendmail",
  "repository": {
    "type": "git",
    "url": "git://github.com/strapi/strapi.git"
  },
  "scripts": {
    "build": "pack-up build",
    "clean": "run -T rimraf ./dist",
    "lint": "run -T eslint .",
    "watch": "pack-up watch"
  },
  "source": "./src/index.ts",
  "types": "./dist/index.d.ts",
  "version": "5.4.1"
}
