{
  "name": "@compozy/cli",
  "type": "module",
  "version": "0.2.15",
  "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.2",
    "tar": "7.5.19"
  },
  "archives": {
    "darwin-arm64": {
      "name": "compozy_0.2.15_darwin_arm64.tar.gz",
      "url": "https://github.com/compozy/compozy/releases/download/v0.2.15/compozy_0.2.15_darwin_arm64.tar.gz",
      "bins": [
        "compozy"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "cf7d2d70c4bc75695230569d10b64770d1a77eb0ed39359867614aa2fbf6842f"
      }
    },
    "darwin-x64": {
      "name": "compozy_0.2.15_darwin_x86_64.tar.gz",
      "url": "https://github.com/compozy/compozy/releases/download/v0.2.15/compozy_0.2.15_darwin_x86_64.tar.gz",
      "bins": [
        "compozy"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "fe00d83ba785c5236cb17908a6ecfdf98037c2a83076561807a8791e5a7280df"
      }
    },
    "linux-arm64": {
      "name": "compozy_0.2.15_linux_arm64.tar.gz",
      "url": "https://github.com/compozy/compozy/releases/download/v0.2.15/compozy_0.2.15_linux_arm64.tar.gz",
      "bins": [
        "compozy"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "d863182b2d6c311335139c881646203281ca2f7235668a2cba15d519e18d4ac3"
      }
    },
    "linux-x64": {
      "name": "compozy_0.2.15_linux_x86_64.tar.gz",
      "url": "https://github.com/compozy/compozy/releases/download/v0.2.15/compozy_0.2.15_linux_x86_64.tar.gz",
      "bins": [
        "compozy"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "339f5552c7dd19c737b26eedc2b288e94fb1159480f02bff1ecca2e709c9ec13"
      }
    },
    "win32-x64": {
      "name": "compozy_0.2.15_windows_x86_64.zip",
      "url": "https://github.com/compozy/compozy/releases/download/v0.2.15/compozy_0.2.15_windows_x86_64.zip",
      "bins": [
        "compozy.exe"
      ],
      "format": "zip",
      "checksum": {
        "algorithm": "sha256",
        "digest": "d6eb08272c00116f575a58a03fad6c972e3e331713af7bd48043f2e0e88edf48"
      }
    }
  }
}