strapi-provider-email-msgraph
Version:
Microsoft Graph email provider plugin for Strapi 4
43 lines (42 loc) • 983 B
JSON
{
"name": "strapi-provider-email-msgraph",
"version": "1.0.1",
"description": "Microsoft Graph email provider plugin for Strapi 4",
"main": "./lib",
"directories": {
"lib": "lib"
},
"dependencies": {
"@azure/identity": "^3.0.0",
"@microsoft/microsoft-graph-client": "^3.0.2",
"isomorphic-fetch": "^3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/odeen2005/provider-email-msgraph.git"
},
"keywords": [
"Strapi",
"Email",
"Provider",
"Strapi 4",
"Graph",
"Microsoft"
],
"author": "odeen2005 (https://github.com/odeen2005)",
"contributors": [
""
],
"license": "MIT",
"homepage": "https://github.com/odeen2005/provider-email-msgraph#readme",
"strapi": {
"isProvider": true
},
"bugs": {
"url": "https://github.com/odeen2005/provider-email-msgraph/issues"
},
"devDependencies": {}
}