2024-02-15 19:30:38 +00:00
|
|
|
{
|
|
|
|
"name": "@serve.zone/platformservice",
|
2024-02-16 19:42:26 +00:00
|
|
|
"version": "1.0.5",
|
2024-02-15 19:30:38 +00:00
|
|
|
"description": "contains the platformservice container with mail, sms, letter, ai services.",
|
|
|
|
"main": "dist_ts/index.js",
|
|
|
|
"typings": "dist_ts/index.d.ts",
|
|
|
|
"type": "module",
|
|
|
|
"author": "Task Venture Capital GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"test": "(tstest test/)",
|
|
|
|
"start": "(node --max_old_space_size=100 ./cli.js)",
|
|
|
|
"startTs": "(node cli.ts.js)",
|
|
|
|
"build": "(tsbuild --web --allowimplicitany)"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@git.zone/tsbuild": "^2.1.17",
|
|
|
|
"@git.zone/tsrun": "^1.2.8",
|
|
|
|
"@git.zone/tstest": "^1.0.28",
|
|
|
|
"@git.zone/tswatch": "^2.0.1",
|
|
|
|
"@push.rocks/tapbundle": "^5.0.3"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@api.global/typedrequest": "^3.0.4",
|
|
|
|
"@api.global/typedserver": "^3.0.20",
|
2024-02-16 12:41:04 +00:00
|
|
|
"@api.global/typedsocket": "^3.0.0",
|
|
|
|
"@apiclient.xyz/cloudflare": "^6.0.3",
|
2024-02-16 19:42:26 +00:00
|
|
|
"@apiclient.xyz/letterxpress": "^1.0.16",
|
2024-02-15 19:30:38 +00:00
|
|
|
"@push.rocks/projectinfo": "^5.0.1",
|
|
|
|
"@push.rocks/qenv": "^6.0.5",
|
|
|
|
"@push.rocks/smartdata": "^5.0.7",
|
2024-02-16 12:28:40 +00:00
|
|
|
"@push.rocks/smartfile": "^11.0.4",
|
|
|
|
"@push.rocks/smartlog": "^3.0.3",
|
|
|
|
"@push.rocks/smartmail": "^1.0.24",
|
2024-02-15 19:30:38 +00:00
|
|
|
"@push.rocks/smartpath": "^5.0.5",
|
2024-02-16 12:41:04 +00:00
|
|
|
"@push.rocks/smartpromise": "^4.0.3",
|
2024-02-16 12:28:40 +00:00
|
|
|
"@push.rocks/smartrequest": "^2.0.21",
|
2024-02-16 12:41:04 +00:00
|
|
|
"@push.rocks/smartrx": "^3.0.7",
|
2024-02-16 12:28:40 +00:00
|
|
|
"@push.rocks/smartstate": "^2.0.0",
|
2024-02-16 12:41:04 +00:00
|
|
|
"@serve.zone/interfaces": "^1.0.34",
|
|
|
|
"@tsclass/tsclass": "^4.0.51",
|
|
|
|
"mailauth": "^4.6.5",
|
|
|
|
"mailparser": "^3.6.7",
|
|
|
|
"uuid": "^9.0.1"
|
2024-02-15 19:30:38 +00:00
|
|
|
}
|
|
|
|
}
|