{ "name": "@serve.zone/mailer", "version": "1.2.0", "description": "Enterprise mail server with SMTP, HTTP API, and DNS management - built for serve.zone infrastructure", "keywords": [ "mailer", "smtp", "email", "mail server", "mailgun", "dkim", "spf", "dns", "cloudflare", "daemon service", "api", "serve.zone" ], "homepage": "https://code.foss.global/serve.zone/mailer", "bugs": { "url": "https://code.foss.global/serve.zone/mailer/issues" }, "repository": { "type": "git", "url": "git+https://code.foss.global/serve.zone/mailer.git" }, "author": "Serve Zone", "license": "MIT", "type": "module", "bin": { "mailer": "./bin/mailer-wrapper.js" }, "scripts": { "postinstall": "node scripts/install-binary.js", "prepublishOnly": "echo 'Publishing MAILER binaries to npm...'", "test": "echo 'Tests are run with Deno: deno task test'", "build": "echo 'no build needed'" }, "files": [ "bin/", "scripts/install-binary.js", "readme.md", "license", "changelog.md" ], "engines": { "node": ">=14.0.0" }, "os": [ "darwin", "linux", "win32" ], "cpu": [ "x64", "arm64" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34" }