UNPKG

@seiren/mongoutils

Version:

A collection of utilities to make and restore backups via mongodump and mongorestore. mongodump and mongorestore must be installed on your system to use this.

16 lines (15 loc) 365 B
{ "name": "@seiren/mongoutils", "version": "1.0.2", "main": "index.js", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/daimenworrall/mongoutils.git" }, "keywords": ["mongo", "utilities", "mongodb", "mongorestore", "mongodump"], "author": "Daimen Worrall", "dependencies": { "child_process": "^1.0.2" } }