{
  "name": "@appzung/cli",
  "description": "AppZung CLI",
  "version": "1.5.2",
  "author": "Louis Lagrange <lagrange.louis@gmail.com> (https://github.com/Minishlink)",
  "license": "SEE LICENSE IN LICENSE.md",
  "homepage": "https://appzung.com",
  "bugs": {
    "email": "support@appzung.com"
  },
  "bin": {
    "appzung": "./bin/run.js"
  },
  "type": "module",
  "main": "dist/index.js",
  "dependencies": {
    "@clack/prompts": "^0.10.0",
    "@oclif/core": "^4.2.0",
    "@oclif/plugin-autocomplete": "^3.2.17",
    "@oclif/plugin-help": "^6.2.20",
    "@oclif/plugin-not-found": "^3.2.33",
    "@oclif/plugin-version": "^2.2.19",
    "@oclif/plugin-warn-if-update-available": "^3.1.30",
    "@sentry/node": "^9.9.0",
    "byte-size": "^9.0.1",
    "cli-table3": "^0.6.5",
    "debug": "^4.3.7",
    "gradle-to-js": "^2.0.1",
    "ipaddr.js": "^2.2.0",
    "is-interactive": "^2.0.0",
    "jose": "^5.9.6",
    "jwt-decode": "^4.0.0",
    "open": "^10.1.0",
    "p-limit": "^6.2.0",
    "picocolors": "^1.1.1",
    "plist": "^3.1.0",
    "portfinder": "^1.0.32",
    "properties": "^1.2.1",
    "semver": "^7.6.3",
    "xcode": "^3.0.1",
    "xml2js": "^0.6.2",
    "yazl": "^3.2.1"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "/bin/run.js",
    "/bin/run.cmd",
    "/dist/index.js",
    "/oclif.manifest.json",
    "CHANGELOG.md"
  ],
  "keywords": [
    "appzung",
    "codepush",
    "ota",
    "live-updates",
    "hot-updates",
    "expo-updates",
    "expo-ota",
    "appcenter"
  ],
  "oclif": {
    "bin": "appzung",
    "dirname": "appzung",
    "commands": {
      "strategy": "explicit",
      "target": "./dist/index.js",
      "identifier": "COMMANDS"
    },
    "hooks": {
      "init": {
        "target": "./dist/index.js",
        "identifier": "INIT_HOOK"
      },
      "prerun": {
        "target": "./dist/index.js",
        "identifier": "PRERUN_HOOK"
      }
    },
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-not-found",
      "@oclif/plugin-warn-if-update-available",
      "@oclif/plugin-autocomplete",
      "@oclif/plugin-version"
    ],
    "warn-if-update-available": {
      "timeoutInDays": 7
    },
    "topicSeparator": " ",
    "topics": {
      "auth": {
        "description": "Manage authentication"
      },
      "billing": {
        "description": "Manage your subscription and billing info"
      },
      "releases": {
        "description": "Manage releases"
      },
      "release-channels": {
        "description": "Manage release channels"
      },
      "applications": {
        "description": "Manage applications"
      },
      "projects": {
        "description": "Manage projects"
      },
      "projects:api-keys": {
        "description": "Manage project API keys"
      },
      "organizations": {
        "description": "Manage organizations"
      },
      "codepush": {
        "description": "Migrate from CodePush"
      }
    }
  },
  "packageManager": "yarn@4.6.0"
}
