{
  "name": "@wraps.dev/pulumi",
  "version": "0.3.0",
  "description": "Pulumi component for email infrastructure. Deploys SES, event processing, email history, HTTPS tracking, and OIDC auth as a composable component.",
  "type": "module",
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/wraps-team/wraps.git",
    "directory": "packages/pulumi"
  },
  "homepage": "https://wraps.dev",
  "bugs": {
    "url": "https://github.com/wraps-team/wraps/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "aws",
    "aws-ses",
    "ses",
    "email",
    "infrastructure",
    "pulumi",
    "pulumi-component",
    "iac",
    "wraps",
    "deploy",
    "email-infrastructure"
  ],
  "author": "Wraps",
  "license": "AGPL-3.0-or-later",
  "peerDependencies": {
    "@pulumi/aws": "^6.0.0 || ^7.0.0",
    "@pulumi/cloudflare": "^6.0.0",
    "@pulumi/command": "^1.0.0",
    "@pulumi/pulumi": "^3.0.0"
  },
  "peerDependenciesMeta": {
    "@pulumi/cloudflare": {
      "optional": true
    },
    "@pulumi/command": {
      "optional": true
    }
  },
  "dependencies": {
    "@aws-sdk/client-mailmanager": "3.1074.0",
    "@aws-sdk/client-sesv2": "3.1091.0"
  },
  "devDependencies": {
    "@pulumi/aws": "^7.39.0",
    "@pulumi/cloudflare": "^6.18.0",
    "@pulumi/command": "^1.2.1",
    "@pulumi/pulumi": "^3.254.0",
    "@types/node": "24.10.0",
    "tsup": "^8.5.1",
    "tsx": "^4.23.1",
    "typescript": "^5.9.3",
    "vitest": "4.1.9",
    "@wraps/core": "0.1.2"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "scripts": {
    "dev": "tsup --watch",
    "build": "tsup && pnpm build:lambda",
    "build:lambda": "tsx scripts/build-lambda.ts",
    "test": "vitest run",
    "test:watch": "vitest --watch",
    "typecheck": "tsc --noEmit"
  }
}