{
  "name": "@ghostable/beta",
  "type": "module",
  "version": "0.2.5",
  "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.5_npm_darwin_arm64.tar.gz",
      "url": "https://github.com/ghostable-dev/beta/releases/download/v0.2.5/ghostable_0.2.5_npm_darwin_arm64.tar.gz",
      "bins": [
        "ghostable"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "be7a1d7dac121858297bd9ce7086cdacb76a571076f34bab6f7d941418008ed8"
      }
    },
    "darwin-x64": {
      "name": "ghostable_0.2.5_npm_darwin_amd64.tar.gz",
      "url": "https://github.com/ghostable-dev/beta/releases/download/v0.2.5/ghostable_0.2.5_npm_darwin_amd64.tar.gz",
      "bins": [
        "ghostable"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "25c336ec4b0755c35269ac28107c044499e77dd40149918cccfe14f9ce0f888e"
      }
    },
    "linux-arm64": {
      "name": "ghostable_0.2.5_npm_linux_arm64.tar.gz",
      "url": "https://github.com/ghostable-dev/beta/releases/download/v0.2.5/ghostable_0.2.5_npm_linux_arm64.tar.gz",
      "bins": [
        "ghostable"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "f30b23caa0a0c3a71dfb7fb9caffcec5a882fd3f172aa166af75994a3968068d"
      }
    },
    "linux-x64": {
      "name": "ghostable_0.2.5_npm_linux_amd64.tar.gz",
      "url": "https://github.com/ghostable-dev/beta/releases/download/v0.2.5/ghostable_0.2.5_npm_linux_amd64.tar.gz",
      "bins": [
        "ghostable"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "cd66519c739269ab90acd0b350839bc7f2630c268637b1459ed2354b3d925046"
      }
    },
    "win32-arm64": {
      "name": "ghostable_0.2.5_npm_windows_arm64.tar.gz",
      "url": "https://github.com/ghostable-dev/beta/releases/download/v0.2.5/ghostable_0.2.5_npm_windows_arm64.tar.gz",
      "bins": [
        "ghostable.exe"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "a0e2f6ad19472d6564e0d90fae6532ee34bff7a03558df192ad3237077c6bb12"
      }
    },
    "win32-x64": {
      "name": "ghostable_0.2.5_npm_windows_amd64.tar.gz",
      "url": "https://github.com/ghostable-dev/beta/releases/download/v0.2.5/ghostable_0.2.5_npm_windows_amd64.tar.gz",
      "bins": [
        "ghostable.exe"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "bc3b0e3c945b793542d8617b8160cb2d0beaf9349e0e24aa2fb0fbce1e0df0ce"
      }
    }
  }
}