fix(core): update

This commit is contained in:
2024-05-17 17:49:57 +02:00
parent 50cc3fa8bf
commit 255cc844ad
4 changed files with 130 additions and 18 deletions

View File

@@ -10,11 +10,11 @@
"githost": "code.foss.global",
"gitscope": "push.rocks",
"gitrepo": "smartfile",
"description": "provides a robust suite of tools for managing files in Node.js using TypeScript.",
"description": "Provides comprehensive tools for efficient file management in Node.js using TypeScript, including handling streams, virtual directories, and various file operations.",
"npmPackagename": "@push.rocks/smartfile",
"license": "MIT",
"keywords": [
"files management",
"file management",
"TypeScript",
"Node.js",
"file operations",
@@ -23,7 +23,15 @@
"virtual directory",
"filesystem utilities",
"memory-efficient file handling",
"custom file operations"
"custom file operations",
"write files",
"read files",
"copy files",
"delete files",
"list directories",
"handle large files",
"virtual filesystems",
"buffer operations"
]
}
},