84 lines
2.0 KiB
JSON
84 lines
2.0 KiB
JSON
{
|
|
"name": "@push.rocks/smartmta",
|
|
"version": "3.0.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": {
|
|
"@push.rocks/smartfile": "^13.1.2",
|
|
"@push.rocks/smartfs": "^1.3.1",
|
|
"@push.rocks/smartlog": "^3.1.8",
|
|
"@push.rocks/smartmail": "^2.2.0",
|
|
"@push.rocks/smartpath": "^6.0.0",
|
|
"@push.rocks/smartrust": "^1.2.0",
|
|
"@tsclass/tsclass": "^9.2.0",
|
|
"lru-cache": "^11.2.5",
|
|
"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"
|
|
}
|