update tsconfig
This commit is contained in:
18
package.json
18
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@push.rocks/smartbucket",
|
||||
"version": "2.0.4",
|
||||
"description": "simple cloud independent object storage",
|
||||
"description": "A TypeScript library for simple cloud independent object storage with support for buckets, directories, and files.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"type": "module",
|
||||
@@ -42,5 +42,19 @@
|
||||
],
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
],
|
||||
"keywords": [
|
||||
"cloud storage",
|
||||
"object storage",
|
||||
"minio",
|
||||
"S3",
|
||||
"TypeScript",
|
||||
"smartstream",
|
||||
"smartpromise",
|
||||
"smartpath",
|
||||
"smartrx",
|
||||
"buckets",
|
||||
"files management",
|
||||
"directories management"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user