{
  "name": "@ghostable/beta",
  "type": "module",
  "version": "0.2.4",
  "description": "Local-first encrypted environment management CLI",
  "scripts": {
    "postinstall": "node install.js",
    "run": "node run-ghostable.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ghostable-dev/beta"
  },
  "keywords": [
    "ghostable",
    "cli",
    "env",
    "secrets",
    "laravel",
    "forge"
  ],
  "author": "Ghostable LLC",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ghostable-dev/beta/issues"
  },
  "homepage": "https://github.com/ghostable-dev/beta",
  "bin": {
    "ghostable": "run-ghostable.js"
  },
  "dependencies": {
    "jszip": "3.10.1",
    "proxy-agent": "8.0.1",
    "tar": "7.5.15"
  },
  "archives": {
    "darwin-arm64": {
      "name": "ghostable_0.2.4_npm_darwin_arm64.tar.gz",
      "url": "https://github.com/ghostable-dev/beta/releases/download/v0.2.4/ghostable_0.2.4_npm_darwin_arm64.tar.gz",
      "bins": [
        "ghostable"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "1aeb59d6ff752e2671060fadef643af0979e28a9a549f8980ffadb42f41963b9"
      }
    },
    "darwin-x64": {
      "name": "ghostable_0.2.4_npm_darwin_amd64.tar.gz",
      "url": "https://github.com/ghostable-dev/beta/releases/download/v0.2.4/ghostable_0.2.4_npm_darwin_amd64.tar.gz",
      "bins": [
        "ghostable"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "a5f800204827c2a44fa462db5fc6714645e4a977e3f0aa5ca2600e862756191e"
      }
    },
    "linux-arm64": {
      "name": "ghostable_0.2.4_npm_linux_arm64.tar.gz",
      "url": "https://github.com/ghostable-dev/beta/releases/download/v0.2.4/ghostable_0.2.4_npm_linux_arm64.tar.gz",
      "bins": [
        "ghostable"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "756c418abfffe4d6dda82dc9328ebba3b15fcae143ed0b7a1f0fd84aaa964597"
      }
    },
    "linux-x64": {
      "name": "ghostable_0.2.4_npm_linux_amd64.tar.gz",
      "url": "https://github.com/ghostable-dev/beta/releases/download/v0.2.4/ghostable_0.2.4_npm_linux_amd64.tar.gz",
      "bins": [
        "ghostable"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "659465b138dd4a30cdecd5895d5a72423dd1d694ceab50de9c2cb79842f252f6"
      }
    },
    "win32-arm64": {
      "name": "ghostable_0.2.4_npm_windows_arm64.tar.gz",
      "url": "https://github.com/ghostable-dev/beta/releases/download/v0.2.4/ghostable_0.2.4_npm_windows_arm64.tar.gz",
      "bins": [
        "ghostable.exe"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "1aba22ce2564405e531b85724a0a23882cbf759e9903680a60c56ca311f85d8f"
      }
    },
    "win32-x64": {
      "name": "ghostable_0.2.4_npm_windows_amd64.tar.gz",
      "url": "https://github.com/ghostable-dev/beta/releases/download/v0.2.4/ghostable_0.2.4_npm_windows_amd64.tar.gz",
      "bins": [
        "ghostable.exe"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "f43bc5ec4b3e389746d3d878c5df135abb3b0ad539d68469153ab6aa21673ec8"
      }
    }
  }
}