68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
|
|
{
|
||
|
|
"@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
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"@ship.zone/szci": {}
|
||
|
|
}
|