fix(config): rename smartconfig metadata file and update config-based compile references

This commit is contained in:
2026-03-24 18:16:56 +00:00
parent 9e288057f4
commit 2bd4acb153
10 changed files with 286 additions and 167 deletions

28
.smartconfig.json Normal file
View File

@@ -0,0 +1,28 @@
{
"@git.zone/cli": {
"projectType": "npm",
"module": {
"githost": "code.foss.global",
"gitscope": "git.zone",
"gitrepo": "tsdeno",
"description": "A helper tool for deno compile that strips package.json to prevent devDependency bloat in compiled binaries.",
"npmPackagename": "@git.zone/tsdeno",
"license": "MIT",
"keywords": [
"deno",
"compile",
"bundle",
"binary",
"devDependencies",
"optimization"
]
},
"release": {
"registries": [
"https://verdaccio.lossless.digital",
"https://registry.npmjs.org"
],
"accessLevel": "public"
}
}
}