Files
smartmta/package.json

100 lines
2.6 KiB
JSON
Raw Normal View History

2025-10-24 08:09:29 +00:00
{
"name": "@serve.zone/mailer",
2025-10-24 10:00:25 +00:00
"version": "1.2.1",
2025-10-24 08:09:29 +00:00
"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": {
"test": "bun --bun test",
2025-10-24 08:09:29 +00:00
"build": "echo 'no build needed'"
},
"devDependencies": {
"@git.zone/tstest": "^2.3.1",
"@types/node": "^24.0.10",
"@types/mailparser": "^3.4.6",
"bun-types": "^1.3.0"
},
"dependencies": {
"@api.global/typedrequest": "^3.0.19",
"@api.global/typedserver": "^3.0.74",
"@api.global/typedsocket": "^3.0.0",
"@apiclient.xyz/cloudflare": "^6.4.1",
"@push.rocks/projectinfo": "^5.0.1",
"@push.rocks/qenv": "^6.1.0",
"@push.rocks/smartacme": "^8.0.0",
"@push.rocks/smartdata": "^5.15.1",
"@push.rocks/smartdns": "^7.5.0",
"@push.rocks/smartfile": "^11.2.5",
"@push.rocks/smartguard": "^3.1.0",
"@push.rocks/smartjwt": "^2.2.1",
"@push.rocks/smartlog": "^3.1.8",
"@push.rocks/smartmail": "^2.1.0",
"@push.rocks/smartmetrics": "^2.0.10",
"@push.rocks/smartnetwork": "^4.0.2",
"@push.rocks/smartpath": "^5.0.5",
"@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/smartproxy": "^19.6.15",
"@push.rocks/smartrequest": "^2.1.0",
"@push.rocks/smartrule": "^2.0.1",
"@push.rocks/smartrx": "^3.0.10",
"@push.rocks/smartunique": "^3.0.9",
"@serve.zone/interfaces": "^5.0.4",
"@tsclass/tsclass": "^9.2.0",
"ip": "^2.0.1",
"lru-cache": "^11.1.0",
"mailauth": "^4.8.6",
"mailparser": "^3.7.4",
"uuid": "^11.1.0"
},
2025-10-24 08:09:29 +00:00
"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"
}