fix(core): update
This commit is contained in:
25
package.json
25
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@push.rocks/smartbucket",
|
||||
"version": "3.0.2",
|
||||
"description": "A TypeScript library for simple cloud independent object storage with support for buckets, directories, and files.",
|
||||
"description": "A TypeScript library that offers simple, cloud-independent object storage with features like bucket creation, file management, and directory management.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"type": "module",
|
||||
@@ -45,15 +45,18 @@
|
||||
"keywords": [
|
||||
"cloud storage",
|
||||
"object storage",
|
||||
"minio",
|
||||
"S3",
|
||||
"TypeScript",
|
||||
"smartstream",
|
||||
"smartpromise",
|
||||
"smartpath",
|
||||
"smartrx",
|
||||
"buckets",
|
||||
"files management",
|
||||
"directories management"
|
||||
"S3",
|
||||
"minio",
|
||||
"file management",
|
||||
"directory management",
|
||||
"bucket creation",
|
||||
"data streaming",
|
||||
"multi-cloud",
|
||||
"API",
|
||||
"unified storage",
|
||||
"buffer handling",
|
||||
"access key",
|
||||
"secret key"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user