{
  "name": "mongodb-realm-cli",
  "version": "2.6.2",
  "description": "The MongoDB Realm Command Line Interface",
  "repository": {
    "type": "git",
    "url": "https://github.com/10gen/realm-cli.git"
  },
  "license": "Apache-2.0",
  "bin": {
    "realm-cli": "./wrapper.js"
  },
  "scripts": {
    "install": "node install.js"
  },
  "keywords": [
    "mongodb",
    "realm"
  ],
  "author": "",
  "engines": {
    "node": ">=4.0.0"
  },
  "dependencies": {
    "axios": "^0.27.2"
  }
}
