@mehulbaid/nest-sendgrid
Version:
Integrates @sendgrid/mail client in a modular way to help send email from NestJs
51 lines (50 loc) • 1.27 kB
JSON
{
"contributors": [
{
"name": "Mehul Baid",
"email": "mehulbaid@outlook.com"
}
],
"name": "@mehulbaid/nest-sendgrid",
"version": "3.0.7",
"description": "Integrates @sendgrid/mail client in a modular way to help send email from NestJs",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"clean": "rm -rf dist",
"format": "prettier --write \"lib/**/*.ts\"",
"version:patch": "npm version patch",
"version:minor": "npm version minor",
"version": "npm version major",
"publish:public": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mehulbaid/nest-sendgrid.git"
},
"keywords": [
"SendGrid",
"NestJs",
"Node",
"Mail"
],
"author": "Mehul Baid",
"license": "MIT",
"dependencies": {
"@sendgrid/mail": "^7.0.1",
"deepmerge": "^4.2.2"
},
"public": true,
"devDependencies": {
"@nestjs/common": "^8.4.7",
"@nestjs/core": "^8.4.7",
"@nestjs/testing": "^8.4.7",
"@types/deepmerge": "^2.2.0",
"prettier": "^1.19.1",
"reflect-metadata": "^0.1.13",
"rxjs": "7.1",
"tsconfig-paths": "^3.9.0",
"typescript": "^3.8.3"
}
}