initial release of @git.zone/tsdeno - deno compile wrapper that strips package.json to prevent devDependency bloat

This commit is contained in:
2026-03-15 14:03:38 +00:00
commit b64232ebe3
15 changed files with 8382 additions and 0 deletions

28
npmextra.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"
}
}
}