UNPKG

@bg-dev/strapi-provider-email-gmail

Version:
47 lines (46 loc) 1.09 kB
{ "name": "@bg-dev/strapi-provider-email-gmail", "version": "1.0.1", "description": "A Strapi plugin for sending email from Gmail", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "semantic-release": "semantic-release" }, "repository": { "type": "git", "url": "https://github.com/becem-gharbi/strapi-provider-email-gmail.git" }, "author": "Becem Gharbi", "license": "MIT", "bugs": { "url": "https://github.com/becem-gharbi/strapi-provider-email-gmail/issues" }, "homepage": "https://github.com/becem-gharbi/strapi-provider-email-gmail#readme", "dependencies": { "google-auth-library": "^8.7.0", "nodemailer": "^6.8.0" }, "keywords": [ "Strapi", "email", "Gmail" ], "release": { "branches": [ "main" ] }, "publishConfig": { "access": "public" }, "devDependencies": { "cz-conventional-changelog": "^3.3.0", "semantic-release": "^19.0.5" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }