This commit is contained in:
2026-02-27 10:18:23 +00:00
commit 3f63d19173
36 changed files with 14285 additions and 0 deletions

36
npmextra.json Normal file
View File

@@ -0,0 +1,36 @@
{
"@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"
}
}
}