{
  "name": "@shopware-ag/shopware-cli",
  "type": "module",
  "version": "0.16.5",
  "description": "Shopware CLI helps Shopware developers manage extensions",
  "scripts": {
    "postinstall": "node install.js",
    "run": "node run-shopware-cli.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shopware/shopware-cli"
  },
  "keywords": [
    "cli",
    "shopware"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shopware/shopware-cli/issues"
  },
  "homepage": "https://developer.shopware.com/docs/products/cli/",
  "bin": {
    "shopware-cli": "run-shopware-cli.js"
  },
  "dependencies": {
    "jszip": "3.10.1",
    "proxy-agent": "8.0.2",
    "tar": "7.5.19"
  },
  "archives": {
    "darwin-arm64": {
      "name": "shopware-cli_Darwin_arm64.tar.gz",
      "url": "https://github.com/shopware/shopware-cli/releases/download/0.16.5/shopware-cli_Darwin_arm64.tar.gz",
      "bins": [
        "shopware-cli"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "84136139fd464c4f743eb46511088117c0a2b1c590b5e225c8b6afa8b0b017bd"
      }
    },
    "darwin-x64": {
      "name": "shopware-cli_Darwin_x86_64.tar.gz",
      "url": "https://github.com/shopware/shopware-cli/releases/download/0.16.5/shopware-cli_Darwin_x86_64.tar.gz",
      "bins": [
        "shopware-cli"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "7ebc854cc0fbe156747379c52c2c1d2995e11ae194f0736b4fbb6ea534931fab"
      }
    },
    "linux-arm64": {
      "name": "shopware-cli_Linux_arm64.tar.gz",
      "url": "https://github.com/shopware/shopware-cli/releases/download/0.16.5/shopware-cli_Linux_arm64.tar.gz",
      "bins": [
        "shopware-cli"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "1c42f6521052d606b262da65960f6f0215ad3bd22712b957116ea30940ead33a"
      }
    },
    "linux-x64": {
      "name": "shopware-cli_Linux_x86_64.tar.gz",
      "url": "https://github.com/shopware/shopware-cli/releases/download/0.16.5/shopware-cli_Linux_x86_64.tar.gz",
      "bins": [
        "shopware-cli"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "44d9c257d976d22cf93b4073f5f03ccae4b09cccf10ab796304585427bd3a1d0"
      }
    }
  }
}