65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"@git.zone/cli": {
|
|
"release": {
|
|
"registries": [
|
|
"https://verdaccio.lossless.digital"
|
|
],
|
|
"accessLevel": "public"
|
|
},
|
|
"projectType": "deno",
|
|
"module": {
|
|
"githost": "code.foss.global",
|
|
"gitscope": "serve.zone",
|
|
"gitrepo": "nupst",
|
|
"description": "shut down in time when the power goes out",
|
|
"npmPackagename": "@serve.zone/nupst",
|
|
"license": "MIT"
|
|
}
|
|
},
|
|
"@git.zone/tsdeno": {
|
|
"compileTargets": [
|
|
{
|
|
"name": "nupst-linux-x64",
|
|
"entryPoint": "mod.ts",
|
|
"outDir": "dist/binaries",
|
|
"target": "x86_64-unknown-linux-gnu",
|
|
"permissions": ["--allow-all"],
|
|
"noCheck": true
|
|
},
|
|
{
|
|
"name": "nupst-linux-arm64",
|
|
"entryPoint": "mod.ts",
|
|
"outDir": "dist/binaries",
|
|
"target": "aarch64-unknown-linux-gnu",
|
|
"permissions": ["--allow-all"],
|
|
"noCheck": true
|
|
},
|
|
{
|
|
"name": "nupst-macos-x64",
|
|
"entryPoint": "mod.ts",
|
|
"outDir": "dist/binaries",
|
|
"target": "x86_64-apple-darwin",
|
|
"permissions": ["--allow-all"],
|
|
"noCheck": true
|
|
},
|
|
{
|
|
"name": "nupst-macos-arm64",
|
|
"entryPoint": "mod.ts",
|
|
"outDir": "dist/binaries",
|
|
"target": "aarch64-apple-darwin",
|
|
"permissions": ["--allow-all"],
|
|
"noCheck": true
|
|
},
|
|
{
|
|
"name": "nupst-windows-x64",
|
|
"entryPoint": "mod.ts",
|
|
"outDir": "dist/binaries",
|
|
"target": "x86_64-pc-windows-msvc",
|
|
"permissions": ["--allow-all"],
|
|
"noCheck": true
|
|
}
|
|
]
|
|
},
|
|
"@ship.zone/szci": {}
|
|
}
|