{
  "name": "@anchan828/nest-sendgrid",
  "version": "0.9.26",
  "description": "SendGrid module for Nest framework (node.js)",
  "homepage": "https://github.com/anchan828/nest-sendgrid/tree/master/packages/sendgrid#readme",
  "bugs": {
    "url": "https://github.com/anchan828/nest-sendgrid/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anchan828/nest-sendgrid.git"
  },
  "license": "MIT",
  "author": "anchan828 <anchan828@gmail.com>",
  "main": "dist/cjs/index.js",
  "types": "dist/cjs/index.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json",
    "copy:license": "cp ../../LICENSE ./",
    "lint": "TIMING=1 eslint '**/*.ts'",
    "lint:fix": "npm run lint -- --fix",
    "prepublishOnly": "npm run build && rm -f dist/*.tsbuildinfo && npm run copy:license",
    "test": "jest --coverage",
    "test:watch": "npm run test -- --watch",
    "watch": "tsc --watch"
  },
  "dependencies": {
    "@sendgrid/mail": "^8.1.3",
    "deepmerge": "^4.3.1"
  },
  "devDependencies": {
    "@nestjs/common": "11.1.9",
    "@nestjs/core": "11.1.9",
    "@nestjs/testing": "11.1.9",
    "@types/deepmerge": "2.2.3",
    "reflect-metadata": "0.2.2",
    "rxjs": "7.8.2"
  },
  "peerDependencies": {
    "@nestjs/common": "^10.0.0 || ^11.0.0"
  },
  "packageManager": "npm@11.6.4",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "types": "./dist/cjs/index.d.ts",
        "default": "./dist/cjs/index.js"
      },
      "types": "./dist/cjs/index.d.ts",
      "default": "./dist/cjs/index.js"
    }
  },
  "gitHead": "d2f2bd9c2b137bd2f9ef4d43c969fd8369920bf2"
}