strapi/packages/core/email/package.json
Alexandre Bodin d81919ac22 v4.0.4
2022-01-10 09:05:07 -08:00

48 lines
1.3 KiB
JSON

{
"name": "@strapi/plugin-email",
"version": "4.0.4",
"description": "Easily configure your Strapi application to send emails.",
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
},
"maintainers": [
{
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"scripts": {
"test:front": "cross-env IS_EE=true jest --config ./jest.config.front.js",
"test:front:watch": "cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
"test:front:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js",
"test:front:watch:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"
},
"dependencies": {
"@strapi/provider-email-sendmail": "4.0.4",
"@strapi/utils": "4.0.4",
"lodash": "4.17.21"
},
"devDependencies": {
"@strapi/helper-plugin": "4.0.4"
},
"engines": {
"node": ">=12.22.0 <=16.x.x",
"npm": ">=6.0.0"
},
"strapi": {
"name": "email",
"displayName": "Email",
"description": "Configure your application to send emails.",
"required": true,
"kind": "plugin"
}
}