Initial commit
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"@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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user