Files
mailer/package.json
Juergen Kunz d7f37afc30
Some checks failed
CI / Type Check & Lint (push) Failing after 34s
CI / Build Test (Current Platform) (push) Failing after 38s
Publish to npm / npm-publish (push) Failing after 59s
CI / Build All Platforms (push) Successful in 2m2s
Release / build-and-release (push) Successful in 2m4s
1.2.1
2025-10-24 10:00:25 +00:00

64 lines
1.5 KiB
JSON

{
"name": "@serve.zone/mailer",
"version": "1.2.1",
"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"
}