{
  "name": "mongodb-restore-dump",
  "version": "1.0.1",
  "description": "restore mongodb bson dumps",
  "repository": {
    "url": "https://github.com/egorshulga/mongodb-restore-dump"
  },
  "bugs": {
    "url": "https://github.com/egorshulga/mongodb-restore-dump/issues"
  },
  "homepage": "https://github.com/egorshulga/mongodb-restore-dump",
  "main": "src/index.js",
  "scripts": {
    "test": "npx mocha --bail src/*.spec.js",
    "release": "release-it"
  },
  "author": "Egor Shulga",
  "license": "MIT",
  "keywords": [
    "mongo",
    "mongodb",
    "mongodump",
    "mongorestore"
  ],
  "dependencies": {
    "bson": "^4.0.4",
    "mongodb": "^3.5.5"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^7.1.1",
    "mongodb-memory-server": "^6.5.1",
    "release-it": "^14.2.1"
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}",
      "tag": false,
      "push": true
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": false
    }
  }
}
