{
  "name": "deployzy",
  "version": "1.1.2",
  "description": "CLI for Deployzy — open-source tunnel to expose localhost to the internet",
  "bin": {
    "deployzy": "bin/cli.js"
  },
  "files": [
    "bin/"
  ],
  "scripts": {
    "postinstall": "node bin/install.js"
  },
  "keywords": [
    "deployzy",
    "tunnel",
    "ngrok",
    "localhost",
    "cli",
    "expose",
    "webhook"
  ],
  "author": "Deployzy",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/jams24/deployzy"
  },
  "homepage": "https://deployzy.com",
  "engines": {
    "node": ">=16"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ]
}
