Utils/db_tool/package.json
2023-05-29 17:48:25 +03:00

19 lines
393 B
JSON

{
"name": "backup_mongo",
"version": "1.0.0",
"description": "backup and restore mongo collections",
"main": "main.js",
"scripts": {
"start": "node main",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Cawa",
"license": "ISC",
"type": "module",
"dependencies": {
"inquirer": "^9.2.6",
"moment": "^2.29.4",
"mongodb": "^5.5.0"
}
}