{
  "name": "atlas-app-services-cli",
  "type": "module",
  "version": "2.1.1",
  "description": "The Atlas App Services Command Line Interface",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/10gen/baas.git",
    "directory": "cmd/cli"
  },
  "files": [
    "wrapper.js",
    "install.js",
    "testInstall.js",
    "package.json",
    "README.md"
  ],
  "homepage": "https://github.com/10gen/baas/tree/master/cmd/cli/README.md",
  "license": "Apache-2.0",
  "bin": {
    "appservices": "./wrapper.js"
  },
  "scripts": {
    "install": "node install.js"
  },
  "keywords": [
    "mongodb",
    "app services",
    "atlas app services",
    "atlas"
  ],
  "author": "",
  "engines": {
    "node": ">=4.0.0"
  },
  "dependencies": {
    "@xhmikosr/decompress": "^10.0.1",
    "@xhmikosr/decompress-targz": "^8.0.1",
    "axios": "^0.28.0"
  }
}
