{
  "name": "@azure/communication-email",
  "version": "1.1.0",
  "description": "The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.",
  "author": "Microsoft Corporation",
  "license": "MIT",
  "sdk-type": "client",
  "main": "./dist/commonjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/commonjs/index.d.ts",
  "files": [
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "repository": "github:Azure/azure-sdk-for-js",
  "keywords": [
    "azure",
    "cloud",
    "communication",
    "email"
  ],
  "dependencies": {
    "@azure/abort-controller": "^2.1.2",
    "@azure/communication-common": "^2.3.1",
    "@azure/core-auth": "^1.9.0",
    "@azure/core-client": "^1.9.2",
    "@azure/core-lro": "^2.7.2",
    "@azure/core-rest-pipeline": "^1.18.0",
    "@azure/core-util": "^1.11.0",
    "@azure/logger": "^1.1.4",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@azure/identity": "4.11.1",
    "@types/node": "^20.19.0",
    "@vitest/browser": "^3.2.3",
    "@vitest/coverage-istanbul": "^3.2.3",
    "dotenv": "^16.0.0",
    "eslint": "^9.33.0",
    "playwright": "^1.50.1",
    "typescript": "~5.8.3",
    "vitest": "^3.2.3",
    "@azure-tools/test-credential": "^2.1.2",
    "@azure-tools/test-recorder": "^4.1.1",
    "@azure/arm-communication": "^4.1.2",
    "@azure/dev-tool": "^1.0.0",
    "@azure/eslint-plugin-azure-sdk": "^3.0.0"
  },
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/",
  "bugs": {
    "url": "https://github.com/Azure/azure-sdk-for-js/issues"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "sideEffects": false,
  "autoPublish": true,
  "//sampleConfiguration": {
    "productName": "Azure Communication Services - Email",
    "productSlugs": [
      "azure",
      "azure-communication-services"
    ],
    "disableDocsMs": true,
    "requiredResources": {
      "Azure Communication Services Resource": "https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource",
      "Email Communication Services Resource": "https://aka.ms/acsemail/createemailresource"
    }
  },
  "type": "module",
  "tshy": {
    "exports": {
      "./package.json": "./package.json",
      ".": "./src/index.ts"
    },
    "dialects": [
      "esm",
      "commonjs"
    ],
    "esmDialects": [
      "browser",
      "react-native"
    ],
    "selfLink": false,
    "project": "../../../tsconfig.src.build.json"
  },
  "browser": "./dist/browser/index.js",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "browser": {
        "types": "./dist/browser/index.d.ts",
        "default": "./dist/browser/index.js"
      },
      "react-native": {
        "types": "./dist/react-native/index.d.ts",
        "default": "./dist/react-native/index.js"
      },
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "types": "./dist/commonjs/index.d.ts",
        "default": "./dist/commonjs/index.js"
      }
    }
  },
  "scripts": {
    "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
    "build:samples": "dev-tool samples publish -f",
    "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
    "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
    "execute:samples": "dev-tool samples run samples-dev",
    "extract-api": "dev-tool run build-package && dev-tool run extract-api",
    "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
    "generate:client": "autorest --typescript ./swagger/README.md",
    "lint": "eslint package.json src test",
    "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
    "pack": "pnpm pack 2>&1",
    "test": "npm run test:node && npm run test:browser",
    "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
    "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
    "update-snippets": "dev-tool run update-snippets"
  }
}