{
  "name": "@backstage/plugin-notifications-backend-module-email",
  "version": "0.3.22",
  "description": "The email backend module for the notifications plugin.",
  "backstage": {
    "role": "backend-plugin-module",
    "pluginId": "notifications",
    "pluginPackage": "@backstage/plugin-notifications-backend",
    "features": {
      ".": "@backstage/BackendFeature"
    }
  },
  "publishConfig": {
    "access": "public",
    "main": "dist/index.cjs.js",
    "types": "dist/index.d.ts"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/backstage/backstage",
    "directory": "plugins/notifications-backend-module-email"
  },
  "license": "Apache-2.0",
  "main": "dist/index.cjs.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "config.d.ts"
  ],
  "scripts": {
    "build": "backstage-cli package build",
    "clean": "backstage-cli package clean",
    "lint": "backstage-cli package lint",
    "prepack": "backstage-cli package prepack",
    "postpack": "backstage-cli package postpack",
    "start": "backstage-cli package start",
    "test": "backstage-cli package test"
  },
  "dependencies": {
    "@aws-sdk/client-sesv2": "^3.911.0",
    "@azure/communication-email": "^1.0.0",
    "@azure/identity": "^4.0.0",
    "@backstage/backend-plugin-api": "^1.9.2",
    "@backstage/catalog-client": "^1.16.0",
    "@backstage/catalog-model": "^1.9.0",
    "@backstage/config": "^1.3.8",
    "@backstage/integration-aws-node": "^0.2.0",
    "@backstage/plugin-catalog-node": "^2.2.2",
    "@backstage/plugin-notifications-common": "^0.2.3",
    "@backstage/plugin-notifications-node": "^0.2.27",
    "@backstage/types": "^1.2.2",
    "lodash": "^4.17.21",
    "nodemailer": "^8.0.4",
    "p-throttle": "^4.1.1"
  },
  "devDependencies": {
    "@backstage/backend-test-utils": "^1.11.4",
    "@backstage/cli": "^0.36.3",
    "@types/nodemailer": "^7.0.0"
  },
  "configSchema": "config.d.ts",
  "typesVersions": {
    "*": {
      "package.json": [
        "package.json"
      ]
    }
  }
}