2024-02-15 20:30:38 +01:00
|
|
|
{
|
|
|
|
"name": "@serve.zone/platformservice",
|
2024-02-16 20:47:25 +01:00
|
|
|
"private": true,
|
2025-03-15 16:21:37 +00:00
|
|
|
"version": "2.2.1",
|
2024-05-11 12:33:14 +02:00
|
|
|
"description": "A multifaceted platform service handling mail, SMS, letter delivery, and AI services.",
|
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": {
|
|
|
|
"test": "(tstest test/)",
|
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)",
|
2025-03-15 16:04:03 +00:00
|
|
|
"build": "(tsbuild tsfolders --allowimplicitany)",
|
2024-02-16 20:47:25 +01:00
|
|
|
"localPublish": ""
|
2024-02-15 20:30:38 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@git.zone/tsbuild": "^2.1.17",
|
|
|
|
"@git.zone/tsrun": "^1.2.8",
|
2024-03-19 18:37:24 +01:00
|
|
|
"@git.zone/tstest": "^1.0.88",
|
2024-02-15 20:30:38 +01:00
|
|
|
"@git.zone/tswatch": "^2.0.1",
|
2024-04-01 02:58:27 +02:00
|
|
|
"@push.rocks/tapbundle": "^5.0.22"
|
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.27",
|
2024-02-16 13:41:04 +01:00
|
|
|
"@api.global/typedsocket": "^3.0.0",
|
|
|
|
"@apiclient.xyz/cloudflare": "^6.0.3",
|
2025-03-15 16:04:03 +00:00
|
|
|
"@apiclient.xyz/letterxpress": "^1.0.20",
|
2024-02-15 20:30:38 +01:00
|
|
|
"@push.rocks/projectinfo": "^5.0.1",
|
|
|
|
"@push.rocks/qenv": "^6.0.5",
|
|
|
|
"@push.rocks/smartdata": "^5.0.7",
|
2024-02-16 13:28:40 +01:00
|
|
|
"@push.rocks/smartfile": "^11.0.4",
|
|
|
|
"@push.rocks/smartlog": "^3.0.3",
|
|
|
|
"@push.rocks/smartmail": "^1.0.24",
|
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",
|
2025-03-15 16:14:49 +00:00
|
|
|
"@push.rocks/smartproxy": "^4.1.0",
|
2024-02-16 13:28:40 +01:00
|
|
|
"@push.rocks/smartrequest": "^2.0.21",
|
2025-03-15 16:04:03 +00:00
|
|
|
"@push.rocks/smartrule": "^2.0.1",
|
2024-02-16 13:41:04 +01:00
|
|
|
"@push.rocks/smartrx": "^3.0.7",
|
2024-02-16 13:28:40 +01:00
|
|
|
"@push.rocks/smartstate": "^2.0.0",
|
2025-03-15 16:04:03 +00:00
|
|
|
"@serve.zone/interfaces": "^4.12.1",
|
|
|
|
"@tsclass/tsclass": "^5.0.0",
|
|
|
|
"@types/mailparser": "^3.4.5",
|
2024-02-16 13:41:04 +01:00
|
|
|
"mailauth": "^4.6.5",
|
2024-03-19 18:37:24 +01:00
|
|
|
"mailparser": "^3.6.9",
|
2025-03-15 16:04:03 +00:00
|
|
|
"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",
|
|
|
|
"platform service",
|
|
|
|
"mailgun integration",
|
|
|
|
"letterXpress",
|
|
|
|
"OpenAI",
|
|
|
|
"Anthropic AI",
|
|
|
|
"DKIM signing",
|
|
|
|
"mail forwarding",
|
|
|
|
"SMTP TLS",
|
|
|
|
"domain management",
|
|
|
|
"email templating",
|
|
|
|
"rule management",
|
|
|
|
"SMTP STARTTLS",
|
|
|
|
"DNS management"
|
2025-03-15 16:04:03 +00:00
|
|
|
],
|
|
|
|
"pnpm": {
|
|
|
|
"onlyBuiltDependencies": [
|
|
|
|
"esbuild",
|
|
|
|
"mongodb-memory-server",
|
|
|
|
"puppeteer"
|
|
|
|
]
|
|
|
|
}
|
2024-05-11 12:33:15 +02:00
|
|
|
}
|