UNPKG

@node-notifications/transport-mailer

Version:
44 lines (43 loc) 1.19 kB
{ "name": "@node-notifications/transport-mailer", "version": "3.1.0", "license": "ISC", "description": "Mail transport for Notification System", "author": "and.xdev <and.xdev@gmail.com>", "homepage": "https://github.com/powercode-team/notifications-node/tree/main/packages/transport/mailer#readme", "repository": { "type": "git", "url": "https://github.com/powercode-team/notifications-node/tree/main/packages/transport/mailer" }, "keywords": [ "notifications", "node" ], "main": "lib/index.js", "typings": "lib/index.d.ts", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "publishConfig": { "access": "public" }, "scripts": { "clean": "rimraf ./tsconfig.tsbuildinfo && rimraf lib/*", "build": "tsc --build", "rebuild": "yarn clean && yarn build", "build-dev": "tsc --sourceMap --declarationMap", "rebuild-dev": "yarn clean && yarn build-dev", "test": "jest", "link": "yarn link" }, "dependencies": { "@node-notifications/core": "^3.1.0", "@types/nodemailer": "^6.0", "nodemailer": "^6.0" }, "gitHead": "c64db1bdff183f52ff04561b66b3a87e98b0688f" }