2026-03-20 13:56:43 +00:00
|
|
|
{
|
|
|
|
|
"@git.zone/cli": {
|
|
|
|
|
"release": {
|
|
|
|
|
"registries": [
|
|
|
|
|
"https://verdaccio.lossless.digital"
|
|
|
|
|
],
|
|
|
|
|
"accessLevel": "public"
|
|
|
|
|
},
|
|
|
|
|
"projectType": "deno",
|
|
|
|
|
"module": {
|
|
|
|
|
"githost": "code.foss.global",
|
|
|
|
|
"gitscope": "stack.gallery",
|
|
|
|
|
"gitrepo": "registry",
|
|
|
|
|
"description": "Enterprise-grade multi-protocol package registry",
|
|
|
|
|
"npmPackagename": "@stack.gallery/registry",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"services": [
|
|
|
|
|
"mongodb",
|
|
|
|
|
"minio"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"@git.zone/tsdeno": {
|
|
|
|
|
"compileTargets": [
|
|
|
|
|
{
|
|
|
|
|
"name": "stack-gallery-registry-linux-x64",
|
|
|
|
|
"entryPoint": "mod.ts",
|
|
|
|
|
"outDir": "dist/binaries",
|
|
|
|
|
"target": "x86_64-unknown-linux-gnu",
|
|
|
|
|
"permissions": [
|
|
|
|
|
"--allow-all"
|
|
|
|
|
],
|
|
|
|
|
"noCheck": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "stack-gallery-registry-linux-arm64",
|
|
|
|
|
"entryPoint": "mod.ts",
|
|
|
|
|
"outDir": "dist/binaries",
|
|
|
|
|
"target": "aarch64-unknown-linux-gnu",
|
|
|
|
|
"permissions": [
|
|
|
|
|
"--allow-all"
|
|
|
|
|
],
|
|
|
|
|
"noCheck": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "stack-gallery-registry-macos-x64",
|
|
|
|
|
"entryPoint": "mod.ts",
|
|
|
|
|
"outDir": "dist/binaries",
|
|
|
|
|
"target": "x86_64-apple-darwin",
|
|
|
|
|
"permissions": [
|
|
|
|
|
"--allow-all"
|
|
|
|
|
],
|
|
|
|
|
"noCheck": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "stack-gallery-registry-macos-arm64",
|
|
|
|
|
"entryPoint": "mod.ts",
|
|
|
|
|
"outDir": "dist/binaries",
|
|
|
|
|
"target": "aarch64-apple-darwin",
|
|
|
|
|
"permissions": [
|
|
|
|
|
"--allow-all"
|
|
|
|
|
],
|
|
|
|
|
"noCheck": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
2026-03-20 16:43:44 +00:00
|
|
|
"@ship.zone/szci": {},
|
|
|
|
|
"@git.zone/tsbundle": {
|
|
|
|
|
"bundles": [
|
|
|
|
|
{
|
|
|
|
|
"from": "./ts_web/index.ts",
|
|
|
|
|
"to": "./ts_bundled/bundle.ts",
|
|
|
|
|
"outputMode": "base64ts",
|
|
|
|
|
"bundler": "esbuild",
|
|
|
|
|
"production": true,
|
|
|
|
|
"includeFiles": [{"from": "./html/index.html", "to": "index.html"}]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"@git.zone/tswatch": {
|
|
|
|
|
"bundles": [
|
|
|
|
|
{
|
|
|
|
|
"from": "./ts_web/index.ts",
|
|
|
|
|
"to": "./ts_bundled/bundle.ts",
|
|
|
|
|
"outputMode": "base64ts",
|
|
|
|
|
"bundler": "esbuild",
|
|
|
|
|
"production": true,
|
|
|
|
|
"watchPatterns": ["./ts_web/**/*", "./html/**/*"],
|
|
|
|
|
"includeFiles": [{"from": "./html/index.html", "to": "index.html"}]
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"watchers": [
|
|
|
|
|
{
|
|
|
|
|
"name": "backend",
|
|
|
|
|
"watch": ["./ts/**/*", "./ts_interfaces/**/*", "./ts_bundled/**/*"],
|
|
|
|
|
"command": "deno run --allow-all mod.ts server --ephemeral",
|
|
|
|
|
"restart": true,
|
|
|
|
|
"debounce": 500,
|
|
|
|
|
"runOnStart": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|