{
  "name": "@compozy/cli",
  "type": "module",
  "version": "0.2.11",
  "description": "Compozy CLI",
  "scripts": {
    "postinstall": "node install.js",
    "run": "node run-compozy.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/compozy/compozy.git"
  },
  "author": "Compozy Team \u003csupport@compozy.com\u003e",
  "license": "BSL-1.1",
  "bugs": {
    "url": "https://github.com/compozy/compozy/issues"
  },
  "homepage": "https://compozy.com",
  "bin": {
    "compozy": "run-compozy.js"
  },
  "dependencies": {
    "jszip": "3.10.1",
    "proxy-agent": "8.0.1",
    "tar": "7.5.15"
  },
  "archives": {
    "darwin-arm64": {
      "name": "compozy_0.2.11_darwin_arm64.tar.gz",
      "url": "https://github.com/compozy/compozy/releases/download/v0.2.11/compozy_0.2.11_darwin_arm64.tar.gz",
      "bins": [
        "compozy"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "085f7c59bdcdaf95688ba12eb8df49df59fb243bcd550771e76f810ae70a3f59"
      }
    },
    "darwin-x64": {
      "name": "compozy_0.2.11_darwin_x86_64.tar.gz",
      "url": "https://github.com/compozy/compozy/releases/download/v0.2.11/compozy_0.2.11_darwin_x86_64.tar.gz",
      "bins": [
        "compozy"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "f6f28f751b83929e7c33baafc8ee61cab007b9d574848e6cc9cb8481f266b32a"
      }
    },
    "linux-arm64": {
      "name": "compozy_0.2.11_linux_arm64.tar.gz",
      "url": "https://github.com/compozy/compozy/releases/download/v0.2.11/compozy_0.2.11_linux_arm64.tar.gz",
      "bins": [
        "compozy"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "a6f22fe7da79e791eb5c5cc370afa0135c316fec52e66cfa87e75e1d24ef809b"
      }
    },
    "linux-x64": {
      "name": "compozy_0.2.11_linux_x86_64.tar.gz",
      "url": "https://github.com/compozy/compozy/releases/download/v0.2.11/compozy_0.2.11_linux_x86_64.tar.gz",
      "bins": [
        "compozy"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "c87cd7055f75b258557466cbb87a019850b567bb247dbefe334b8e5dc683cf1d"
      }
    },
    "win32-x64": {
      "name": "compozy_0.2.11_windows_x86_64.zip",
      "url": "https://github.com/compozy/compozy/releases/download/v0.2.11/compozy_0.2.11_windows_x86_64.zip",
      "bins": [
        "compozy.exe"
      ],
      "format": "zip",
      "checksum": {
        "algorithm": "sha256",
        "digest": "bfdf1fcc2b6b0445a65b916cc8130240a136b153d77ce6b881d872d00637504a"
      }
    }
  }
}