{
  "name": "@platform-modules/mail",
  "version": "0.1.1",
  "license": "Apache-2.0",
  "type": "module",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/platform-modules/mod.git",
    "directory": "packages/mail"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./resend": {
      "types": "./dist/resend.d.ts",
      "import": "./dist/resend.js"
    },
    "./ses": {
      "types": "./dist/ses.d.ts",
      "import": "./dist/ses.js"
    },
    "./postmark": {
      "types": "./dist/postmark.d.ts",
      "import": "./dist/postmark.js"
    },
    "./brevo": {
      "types": "./dist/brevo.d.ts",
      "import": "./dist/brevo.js"
    },
    "./capture": {
      "types": "./dist/capture.d.ts",
      "import": "./dist/capture.js"
    },
    "./testing": {
      "types": "./dist/testing.d.ts",
      "import": "./dist/testing.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsdown",
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  },
  "optionalDependencies": {
    "@platform-modules/record-store": "workspace:^"
  },
  "peerDependencies": {
    "resend": "catalog:",
    "postmark": ">=4 <6",
    "@aws-sdk/client-sesv2": "catalog:"
  },
  "peerDependenciesMeta": {
    "resend": {
      "optional": true
    },
    "postmark": {
      "optional": true
    },
    "@aws-sdk/client-sesv2": {
      "optional": true
    }
  },
  "devDependencies": {
    "@platform-modules/record-store": "workspace:*",
    "@aws-sdk/client-sesv2": "catalog:",
    "@tooling/tsdown-config": "workspace:*",
    "postmark": "catalog:",
    "resend": "catalog:",
    "tsdown": "catalog:",
    "typescript": "catalog:",
    "@types/node": "22.20.1",
    "vitest": "catalog:"
  }
}
