fix(build): migrate project config to .smartconfig.json and refresh package dependencies

This commit is contained in:
2026-04-14 12:40:21 +00:00
parent 476de2f59e
commit 5d3163b1aa
6 changed files with 1783 additions and 1604 deletions

27
.smartconfig.json Normal file
View File

@@ -0,0 +1,27 @@
{
"@git.zone/tsrust": {
"targets": [
"linux_amd64",
"linux_arm64"
]
},
"@git.zone/cli": {
"release": {
"registries": [
"https://verdaccio.lossless.digital",
"https://registry.npmjs.org"
],
"accessLevel": "public"
},
"projectType": "npm",
"module": {
"githost": "code.foss.global",
"gitscope": "push.rocks",
"gitrepo": "smartmta",
"description": "an mta implementation as TypeScript package, with network side implemented in rust",
"npmPackagename": "@push.rocks/smartmta",
"license": "MIT"
}
},
"@ship.zone/szci": {}
}