dcrouter/package.json

88 lines
2.5 KiB
JSON
Raw Normal View History

2024-02-15 20:30:38 +01:00
{
2025-05-21 02:17:18 +00:00
"name": "@serve.zone/dcrouter",
"private": false,
2025-05-16 15:50:46 +00:00
"version": "2.12.0",
2025-05-21 02:17:18 +00:00
"description": "A multifaceted routing service handling mail and SMS delivery functions.",
2024-02-15 20:30:38 +01:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Task Venture Capital GmbH",
"license": "MIT",
"scripts": {
2025-05-24 13:37:19 +00:00
"test": "(tstest test/ --logfile --timeout 60)",
2024-03-19 18:37:24 +01:00
"start": "(node --max_old_space_size=250 ./cli.js)",
2024-02-15 20:30:38 +01:00
"startTs": "(node cli.ts.js)",
"build": "(tsbuild tsfolders --allowimplicitany && tsbundle website --production)"
2024-02-15 20:30:38 +01:00
},
"devDependencies": {
2025-05-24 11:34:05 +00:00
"@git.zone/tsbuild": "^2.6.4",
"@git.zone/tsbundle": "^2.2.5",
2025-05-21 10:38:22 +00:00
"@git.zone/tsrun": "^1.3.3",
"@git.zone/tstest": "^2.3.1",
2024-02-15 20:30:38 +01:00
"@git.zone/tswatch": "^2.0.1",
2025-05-30 19:54:48 +00:00
"@types/node": "^22.15.29",
2025-05-24 02:27:50 +00:00
"node-forge": "^1.3.1"
2024-02-15 20:30:38 +01:00
},
"dependencies": {
2024-03-19 18:37:24 +01:00
"@api.global/typedrequest": "^3.0.19",
"@api.global/typedserver": "^3.0.74",
2024-02-16 13:41:04 +01:00
"@api.global/typedsocket": "^3.0.0",
"@apiclient.xyz/cloudflare": "^6.4.1",
"@design.estate/dees-catalog": "^1.8.0",
"@design.estate/dees-element": "^2.0.42",
2024-02-15 20:30:38 +01:00
"@push.rocks/projectinfo": "^5.0.1",
2025-05-07 14:33:20 +00:00
"@push.rocks/qenv": "^6.1.0",
2025-05-19 17:34:48 +00:00
"@push.rocks/smartacme": "^8.0.0",
"@push.rocks/smartdata": "^5.15.1",
2025-05-30 19:54:48 +00:00
"@push.rocks/smartdns": "^7.4.7",
2025-05-26 10:35:50 +00:00
"@push.rocks/smartfile": "^11.2.5",
2025-05-21 02:17:18 +00:00
"@push.rocks/smartlog": "^3.1.8",
"@push.rocks/smartmail": "^2.1.0",
2025-05-30 20:11:44 +00:00
"@push.rocks/smartnetwork": "^4.0.2",
2024-02-15 20:30:38 +01:00
"@push.rocks/smartpath": "^5.0.5",
2024-02-16 13:41:04 +01:00
"@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/smartproxy": "^19.5.19",
"@push.rocks/smartrequest": "^2.1.0",
"@push.rocks/smartrule": "^2.0.1",
"@push.rocks/smartrx": "^3.0.10",
2024-02-16 13:28:40 +01:00
"@push.rocks/smartstate": "^2.0.0",
"@serve.zone/interfaces": "^5.0.4",
2025-05-07 14:33:20 +00:00
"@tsclass/tsclass": "^9.2.0",
"@types/mailparser": "^3.4.6",
2025-05-07 20:20:17 +00:00
"ip": "^2.0.1",
"lru-cache": "^11.1.0",
"mailauth": "^4.8.6",
2025-05-20 19:46:59 +00:00
"mailparser": "^3.7.3",
"uuid": "^11.1.0"
2024-05-11 12:33:14 +02:00
},
"keywords": [
"mail service",
"SMS",
"letter delivery",
"AI services",
"SMTP server",
"mail parsing",
"DKIM",
2025-05-21 02:17:18 +00:00
"mail router",
2024-05-11 12:33:14 +02:00
"letterXpress",
"OpenAI",
"Anthropic AI",
"DKIM signing",
"mail forwarding",
"SMTP TLS",
"domain management",
"email templating",
"rule management",
"SMTP STARTTLS",
"DNS management"
],
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"mongodb-memory-server",
"puppeteer"
]
},
2025-05-24 00:23:35 +00:00
"packageManager": "pnpm@10.11.0"
2024-05-11 12:33:15 +02:00
}