fix(core): update

This commit is contained in:
2024-04-02 21:37:31 +02:00
parent 915ad00801
commit a1d6c37f18
4 changed files with 90 additions and 122 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartfile",
"private": false,
"version": "11.0.7",
"description": "offers smart ways to work with files in nodejs",
"description": "provides a robust suite of tools for managing files in Node.js using TypeScript.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -16,8 +16,18 @@
"url": "git+https://gitlab.com/push.rocks/smartfile.git"
},
"keywords": [
"filesystem",
"json"
"files management",
"TypeScript",
"Node.js",
"read files",
"write files",
"copy files",
"file streaming",
"directories manipulation",
"virtual file system",
"filesystem utilities",
"ESM syntax",
"memory-efficient streaming"
],
"author": "Lossless GmbH <hello@lossless.com> (https://lossless.com)",
"license": "MIT",
@@ -65,4 +75,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}