@tonightpass/nestjs-mailjet
Version:
NestJS module for integrating Mailjet email service with your NestJS applications
63 lines • 1.55 kB
JSON
{
"name": "@tonightpass/nestjs-mailjet",
"version": "4.0.8",
"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": "^4.0.0",
"@nestjs/common": "11.1.3",
"@nestjs/core": "11.1.3",
"@nestjs/platform-fastify": "^11.0.0",
"@nestjs/testing": "^11.0.0",
"@swc/core": "^1.4.8",
"@types/node": "22.13.10",
"dotenv": "^17.0.0",
"node-mailjet": "6.0.8",
"tslib": "^2.5.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"test": "tsx tests/index.ts"
}
}