{
  "name": "@doxajs/sendgrid",
  "version": "0.1.0-alpha.33",
  "description": "The first-party SendGrid mail and webhook adapter for Doxa.",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/div0ky/doxajs.git",
    "directory": "packages/sendgrid"
  },
  "homepage": "https://github.com/div0ky/doxajs#readme",
  "bugs": {
    "url": "https://github.com/div0ky/doxajs/issues"
  },
  "keywords": [
    "doxa",
    "framework",
    "sendgrid",
    "email"
  ],
  "type": "module",
  "engines": {
    "node": ">=26.6 <27"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "NOTICE"
  ],
  "dependencies": {
    "@doxajs/core": "0.1.0-alpha.33"
  },
  "scripts": {}
}