{ "name": "@push.rocks/smartsmtp", "version": "3.0.3", "private": false, "description": "A module for handling SMTP operations such as sending emails via SMTP or sendmail transport.", "exports": { ".": "./dist_ts/index.js" }, "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "author": "Task Venture Capital GmbH ", "license": "MIT", "scripts": { "test": "tstest test/", "build": "tsbuild", "buildDocs": "tsdoc" }, "devDependencies": { "@git.zone/tsbuild": "^4.4.0", "@git.zone/tstest": "^3.6.3", "@push.rocks/qenv": "^6.1.4", "@types/node": "^25.6.0" }, "dependencies": { "@push.rocks/smartmail": "^2.2.1", "@types/nodemailer": "^8.0.0", "nodemailer": "^8.0.7" }, "browserslist": [ "last 1 chrome versions" ], "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", ".smartconfig.json", "license", "npmextra.json", "readme.md" ], "keywords": [ "SMTP", "email", "nodemailer", "sendmail", "smartmail integration", "TypeScript", "email sending", "email templates", "programming" ], "homepage": "https://code.foss.global/push.rocks/smartsmtp", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartsmtp.git" } }