{
  "name": "@ghostable/beta",
  "type": "module",
  "version": "0.3.0",
  "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.3.0_npm_darwin_arm64.tar.gz",
      "url": "https://github.com/ghostable-dev/beta/releases/download/v0.3.0/ghostable_0.3.0_npm_darwin_arm64.tar.gz",
      "bins": [
        "ghostable"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "4f00970207570f131407aeecd75bbdde2cb745c923d34614ff6b9c258f09d685"
      }
    },
    "darwin-x64": {
      "name": "ghostable_0.3.0_npm_darwin_amd64.tar.gz",
      "url": "https://github.com/ghostable-dev/beta/releases/download/v0.3.0/ghostable_0.3.0_npm_darwin_amd64.tar.gz",
      "bins": [
        "ghostable"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "6441d4fb5ceb1da3d1579f92dc77a47e39c23c07fa24f26d420c924d61bf16af"
      }
    },
    "linux-arm64": {
      "name": "ghostable_0.3.0_npm_linux_arm64.tar.gz",
      "url": "https://github.com/ghostable-dev/beta/releases/download/v0.3.0/ghostable_0.3.0_npm_linux_arm64.tar.gz",
      "bins": [
        "ghostable"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "3880ebe6d03f6229f75fc04ca0b378e9d863676bfe75b4fe652d6ade8165ef4f"
      }
    },
    "linux-x64": {
      "name": "ghostable_0.3.0_npm_linux_amd64.tar.gz",
      "url": "https://github.com/ghostable-dev/beta/releases/download/v0.3.0/ghostable_0.3.0_npm_linux_amd64.tar.gz",
      "bins": [
        "ghostable"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "cc4fd46171c684572192caa5c78d778c63d947dec229eb3130d962f7aa8e42d7"
      }
    },
    "win32-arm64": {
      "name": "ghostable_0.3.0_npm_windows_arm64.tar.gz",
      "url": "https://github.com/ghostable-dev/beta/releases/download/v0.3.0/ghostable_0.3.0_npm_windows_arm64.tar.gz",
      "bins": [
        "ghostable.exe"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "e1c53c253bac608bf65495651ef136e8dc8596873554abccfebd5981f9612c1e"
      }
    },
    "win32-x64": {
      "name": "ghostable_0.3.0_npm_windows_amd64.tar.gz",
      "url": "https://github.com/ghostable-dev/beta/releases/download/v0.3.0/ghostable_0.3.0_npm_windows_amd64.tar.gz",
      "bins": [
        "ghostable.exe"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "1d5078f91451a8c30a3c537cb863f0ce74921babf98c212b2c09b10e7f7d9509"
      }
    }
  }
}