{
  "name": "send16-mail",
  "version": "0.9.1",
  "description": "Node.js SDK for the Send16 email platform. Send transactional + marketing email from any stack. Get started: npx create-send16",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./openapi": {
      "types": "./dist/openapi.d.ts",
      "import": "./dist/openapi.js",
      "require": "./dist/openapi.cjs"
    }
  },
  "files": [
    "dist",
    "scripts"
  ],
  "scripts": {
    "build": "tsup src/index.ts src/openapi.ts --format esm,cjs --dts",
    "dev": "tsup src/index.ts src/openapi.ts --format esm,cjs --dts --watch",
    "clean": "rm -rf dist",
    "postinstall": "node ./scripts/postinstall.cjs"
  },
  "homepage": "https://send16.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/spruikco/send16"
  },
  "bugs": {
    "url": "https://github.com/spruikco/send16/issues"
  },
  "keywords": [
    "send16",
    "email",
    "transactional",
    "transactional-email",
    "sdk",
    "email-api",
    "email-sdk",
    "smtp",
    "email-sending",
    "email-template",
    "email-templates",
    "html-email",
    "html-emails",
    "responsive-email",
    "email-generator",
    "email-builder",
    "newsletter",
    "marketing-email",
    "nodemailer",
    "mjml",
    "react-email",
    "edge-runtime",
    "cloudflare-workers",
    "zero-dependencies",
    "typescript"
  ],
  "license": "MIT",
  "devDependencies": {
    "tsup": "^8.3.5",
    "typescript": "^5.7.2"
  },
  "engines": {
    "node": ">=18"
  }
}
