@tonightpass/nestjs-mailjet
Version:
NestJS module for integrating Mailjet email service with your NestJS applications
60 lines • 1.46 kB
JSON
{
"name": "@tonightpass/nestjs-mailjet",
"version": "4.0.7",
"description": "NestJS module for integrating Mailjet email service with your NestJS applications",
"repository": {
"type": "git",
"url": "https://github.com/tonightpass/tonightpass.git",
"directory": "packages/nestjs-mailjet"
},
"bugs": "https://github.com/tonightpass/tonightpass/issues",
"homepage": "https://tonightpass.com",
"license": "MIT",
"keywords": [
"nestjs",
"mailjet",
"email",
"typescript",
"mail-service",
"email-templates",
"nodejs",
"smtp"
],
"author": {
"name": "Tonight Pass",
"email": "developers@tonightpass.com",
"url": "https://tonightpass.com"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"peerDependencies": {
"@nestjs/axios": ">=1.x.x",
"@nestjs/common": ">=8.x.x",
"@nestjs/core": ">=8.x.x",
"@nestjs/platform-fastify": ">=9.x.x",
"node-mailjet": ">=6.x.x"
},
"devDependencies": {
"@nestjs/axios": "^3.0.0",
"@nestjs/common": "10.4.12",
"@nestjs/core": "10.4.12",
"@nestjs/platform-fastify": "^10.0.0",
"@swc/core": "^1.4.8",
"@types/node": "22.10.1",
"node-mailjet": "6.0.6",
"tslib": "^2.5.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch"
}
}