update tsconfig

This commit is contained in:
2024-04-14 17:15:00 +02:00
parent 28829ecdb2
commit 1df3f51e53
4 changed files with 112 additions and 35 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/mongodump",
"version": "1.0.8",
"private": false,
"description": "a tool to handle dumps of mongodb databases",
"description": "A tool to create and manage dumps of MongoDB databases, supporting data export and import.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -44,5 +44,17 @@
"@pushrocks/smartpromise": "^3.1.7",
"@tsclass/tsclass": "^4.0.3",
"mongodb": "^4.6.0"
}
},
"keywords": [
"mongodb",
"database backup",
"data dump",
"database restore",
"mongodb export",
"mongodb import",
"database management",
"mongodb management",
"data backup",
"data recovery"
]
}