{ "name": "@push.rocks/smartmta", "version": "2.1.0", "description": "A high-performance, enterprise-grade Mail Transfer Agent (MTA) built from scratch in TypeScript with Rust acceleration.", "keywords": [ "mta", "smtp", "email", "mail server", "mail transfer agent", "dkim", "spf", "dmarc", "dns", "cloudflare", "typescript", "rust" ], "homepage": "https://code.foss.global/push.rocks/smartmta", "bugs": { "url": "https://code.foss.global/push.rocks/smartmta/issues" }, "repository": { "type": "git", "url": "git+https://code.foss.global/push.rocks/smartmta.git" }, "author": "Task Venture Capital GmbH", "license": "MIT", "type": "module", "bin": { "mailer": "./bin/mailer-wrapper.js" }, "scripts": { "test": "tstest test/ --logfile --verbose --timeout 60", "build": "tsbuild tsfolders && tsrust", "check": "tsbuild check" }, "devDependencies": { "@git.zone/tsbuild": "^4.1.2", "@git.zone/tsrust": "^1.3.0", "@git.zone/tstest": "^3.1.8", "@types/mailparser": "^3.4.6", "@types/node": "^25.2.3", "tsx": "^4.21.0" }, "dependencies": { "@api.global/typedrequest": "^3.2.5", "@api.global/typedserver": "^8.3.0", "@api.global/typedsocket": "^4.1.0", "@apiclient.xyz/cloudflare": "^7.1.0", "@push.rocks/projectinfo": "^5.0.1", "@push.rocks/qenv": "^6.1.0", "@push.rocks/smartacme": "^8.0.0", "@push.rocks/smartdata": "^7.0.15", "@push.rocks/smartdns": "^7.5.0", "@push.rocks/smartfile": "^13.1.2", "@push.rocks/smartfs": "^1.3.1", "@push.rocks/smartguard": "^3.1.0", "@push.rocks/smartjwt": "^2.2.1", "@push.rocks/smartlog": "^3.1.8", "@push.rocks/smartmail": "^2.2.0", "@push.rocks/smartmetrics": "^2.0.10", "@push.rocks/smartnetwork": "^4.0.2", "@push.rocks/smartpath": "^6.0.0", "@push.rocks/smartpromise": "^4.0.3", "@push.rocks/smartproxy": "^23.1.0", "@push.rocks/smartrequest": "^5.0.1", "@push.rocks/smartrule": "^2.0.1", "@push.rocks/smartrust": "^1.1.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.2.5", "mailauth": "^4.13.0", "mailparser": "^3.9.3", "uuid": "^13.0.0" }, "files": [ "bin/", "scripts/install-binary.js", "dist_rust/**/*", "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" }