{
  "name": "@shopware-ag/shopware-cli",
  "type": "module",
  "version": "0.15.12",
  "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.1",
    "tar": "7.5.15"
  },
  "archives": {
    "darwin-arm64": {
      "name": "shopware-cli_Darwin_arm64.tar.gz",
      "url": "https://github.com/shopware/shopware-cli/releases/download/0.15.12/shopware-cli_Darwin_arm64.tar.gz",
      "bins": [
        "shopware-cli"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "4ec206c48f85837e07f1f5c8ee38ea92e667822c7268820ae6e11466fb325940"
      }
    },
    "darwin-x64": {
      "name": "shopware-cli_Darwin_x86_64.tar.gz",
      "url": "https://github.com/shopware/shopware-cli/releases/download/0.15.12/shopware-cli_Darwin_x86_64.tar.gz",
      "bins": [
        "shopware-cli"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "6417d7ef1fd52d6821676739cd038ae6d7caf8e7c88b1464aea52edd00080e36"
      }
    },
    "linux-arm64": {
      "name": "shopware-cli_Linux_arm64.tar.gz",
      "url": "https://github.com/shopware/shopware-cli/releases/download/0.15.12/shopware-cli_Linux_arm64.tar.gz",
      "bins": [
        "shopware-cli"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "3fa5a5318b972533b9daadc0a458aaf3d821298adb751901fcf493ea5c63e66a"
      }
    },
    "linux-x64": {
      "name": "shopware-cli_Linux_x86_64.tar.gz",
      "url": "https://github.com/shopware/shopware-cli/releases/download/0.15.12/shopware-cli_Linux_x86_64.tar.gz",
      "bins": [
        "shopware-cli"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "ebc9f29b17c2f44474faac0ad7ae7e2760332b1dc9c7f0bba213ffaa7218b4f6"
      }
    }
  }
}