techxnix-mail
Version:
Techxnix Mail Library for NestJS applications - A powerful and easy-to-use mail module using SendGrid
51 lines (50 loc) • 1.47 kB
JSON
{
"name": "techxnix-mail",
"version": "1.0.1",
"description": "Techxnix Mail Library for NestJS applications - A powerful and easy-to-use mail module using SendGrid",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc -p tsconfig.build.json",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint \"src/**/*.ts\" --fix",
"prepublishOnly": "npm run build",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage"
},
"keywords": [
"nestjs",
"mail",
"sendgrid",
"email",
"typescript",
"techxnix",
"mail-service",
"email-templates"
],
"author": "Techxnix",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pvthiendeveloper/techxnix-mail.git"
},
"bugs": {
"url": "https://github.com/pvthiendeveloper/techxnix-mail/issues"
},
"homepage": "https://github.com/pvthiendeveloper/techxnix-mail#readme",
"peerDependencies": {
"@nestjs/common": ">=10.0.0",
"@nestjs/config": ">=3.0.0",
"@nestjs/core": ">=10.0.0",
"@sendgrid/mail": ">=7.7.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"rimraf": "^5.0.0",
"typescript": "^5.0.0"
},
"publishConfig": {
"access": "public"
}
}