{
  "name": "@theorchard/songwhip-utils-email",
  "version": "1.3.0",
  "description": "Shared utilities for managing emails",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/theorchard/songwhip-packages.git"
  },
  "scripts": {
    "clean": "rm -rf dist && rm -rf *.tsbuildinfo",
    "build": "pnpm clean && tsc -b tsconfig.build.json",
    "fix": "biome check . --fix",
    "test:lint": "biome check .",
    "test:types": "tsc --noEmit",
    "test:unit": "vitest run --config vitest.unit.config.ts",
    "test": "pnpm test:lint && pnpm test:types && pnpm test:unit"
  },
  "files": [
    "dist",
    "src"
  ],
  "dependencies": {
    "@aws-sdk/client-ses": "^3.1029.0"
  },
  "peerDependencies": {
    "@theorchard/songwhip-utils": "workspace:^1.2.0",
    "@theorchard/songwhip-utils-privacy": "workspace:^1.0.0"
  }
}
