Files
dcrouter/.smartconfig.json
T

99 lines
2.2 KiB
JSON
Raw Normal View History

2024-02-15 20:30:38 +01:00
{
"@git.zone/tswatch": {
"watchers": [
{
"name": "dcrouter-dev",
"watch": [
"ts/**/*.ts",
"ts_*/**/*.ts",
"test_watch/devserver.ts"
],
"command": "pnpm run build && tsrun test_watch/devserver.ts",
"restart": true,
"debounce": 500,
"runOnStart": true
}
]
},
"@git.zone/tsbundle": {
"bundles": [
{
"from": "./ts_web/index.ts",
"to": "./dist_serve/bundle.js",
"outputMode": "bundle",
"bundler": "esbuild",
"production": true,
"includeFiles": [
"./html/**/*.html"
]
}
]
},
"@git.zone/cli": {
"schemaVersion": 2,
2024-02-15 20:30:38 +01:00
"projectType": "service",
"module": {
2026-04-29 10:03:34 +00:00
"githost": "code.foss.global",
2024-02-15 20:30:38 +01:00
"gitscope": "serve.zone",
"gitrepo": "dcrouter",
"description": "A traffic router intended to be gating your datacenter.",
"npmPackagename": "@serve.zone/dcrouter",
2024-02-15 20:30:38 +01:00
"license": "MIT",
2024-05-11 12:33:14 +02:00
"projectDomain": "serve.zone",
"keywords": [
"mail service",
"SMS",
"letter delivery",
"AI services",
"SMTP server",
"mail parsing",
"DKIM",
"traffic 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"
]
},
"release": {
"targets": {
"git": {
"enabled": true,
"remote": "origin"
},
"npm": {
"enabled": true,
"registries": [
"https://verdaccio.lossless.digital",
"https://registry.npmjs.org"
],
"accessLevel": "public"
},
"docker": {
"enabled": true,
"engine": "tsdocker"
}
}
2024-02-15 20:30:38 +01:00
}
},
"@git.zone/tsdocker": {
"registries": [
"code.foss.global"
],
"registryRepoMap": {
2026-04-29 10:03:34 +00:00
"code.foss.global": "serve.zone/dcrouter"
},
"platforms": [
"linux/amd64",
"linux/arm64"
]
},
"@ship.zone/szci": {}
}