Files
smartsamba/.smartconfig.json
T
2026-05-03 10:44:02 +00:00

33 lines
765 B
JSON

{
"@git.zone/cli": {
"projectType": "npm",
"module": {
"githost": "code.foss.global",
"gitscope": "push.rocks",
"gitrepo": "smartsamba",
"description": "A TypeScript Samba/SMB client and server module backed by an embedded Rust SMB engine.",
"npmPackagename": "@push.rocks/smartsamba",
"license": "MIT",
"projectDomain": "push.rocks",
"keywords": [
"samba",
"smb",
"cifs",
"network share",
"file sharing",
"typescript",
"rust",
"client",
"server"
]
},
"release": {
"registries": [
"https://verdaccio.lossless.digital",
"https://registry.npmjs.org"
],
"accessLevel": "public"
}
}
}