37 lines
793 B
JSON
37 lines
793 B
JSON
|
|
{
|
||
|
|
"@git.zone/tsrust": {
|
||
|
|
"targets": [
|
||
|
|
"linux_amd64",
|
||
|
|
"linux_arm64"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"@git.zone/cli": {
|
||
|
|
"projectType": "npm",
|
||
|
|
"module": {
|
||
|
|
"githost": "code.foss.global",
|
||
|
|
"gitscope": "push.rocks",
|
||
|
|
"gitrepo": "smartvpn",
|
||
|
|
"description": "A VPN solution with TypeScript control plane and Rust data plane daemon",
|
||
|
|
"npmPackagename": "@push.rocks/smartvpn",
|
||
|
|
"license": "MIT",
|
||
|
|
"keywords": [
|
||
|
|
"vpn",
|
||
|
|
"wireguard",
|
||
|
|
"typescript",
|
||
|
|
"rust",
|
||
|
|
"tunnel",
|
||
|
|
"networking",
|
||
|
|
"encryption",
|
||
|
|
"noise protocol"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"release": {
|
||
|
|
"registries": [
|
||
|
|
"https://verdaccio.lossless.digital",
|
||
|
|
"https://registry.npmjs.org"
|
||
|
|
],
|
||
|
|
"accessLevel": "public"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|