{
  "name": "instatunnel",
  "version": "1.1.23",
  "description": "Secure localhost tunneling CLI for webhooks, MCP endpoints, and shareable dev previews (with localized docs links)",
  "main": "install.js",
  "bin": {
    "instatunnel": "instatunnel-wrapper.js",
    "it": "it-wrapper.js"
  },
  "scripts": {
    "postinstall": "node install.js",
    "test": "node test.js",
    "preuninstall": "node uninstall.js"
  },
  "keywords": [
    "ngrok",
    "ngrok-alternative",
    "tunnel",
    "localhost-tunnel",
    "localhost",
    "https-tunnel",
    "development",
    "webhook",
    "webhook-testing",
    "cli",
    "instant",
    "port-forwarding",
    "demo",
    "testing",
    "react",
    "nextjs",
    "laravel",
    "api",
    "mcp",
    "mcp-tunnel",
    "mcp-streaming",
    "i18n",
    "localized-docs",
    "stripe-webhook",
    "github-webhook",
    "shopify-webhook",
    "twilio-webhook",
    "paypal-webhook",
    "free",
    "anonymous",
    "zero-config"
  ],
  "author": {
    "name": "InstaTunnel Team",
    "email": "hello@instatunnel.my",
    "url": "https://instatunnel.my"
  },
  "license": "MIT",
  "homepage": "https://instatunnel.my",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/instatunnel/cli.git"
  },
  "bugs": {
    "url": "https://github.com/instatunnel/cli/issues",
    "email": "support@instatunnel.my"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/instatunnel"
  },
  "engines": {
    "node": ">=14.0.0",
    "npm": ">=6.0.0"
  },
  "os": [
    "linux",
    "darwin",
    "win32",
    "freebsd",
    "openbsd"
  ],
  "cpu": [
    "x64",
    "arm64",
    "ia32"
  ],
  "preferGlobal": true,
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "install.js",
    "instatunnel-wrapper.js",
    "it-wrapper.js",
    "uninstall.js",
    "test.js",
    "bin/",
    "README.md"
  ],
  "directories": {
    "bin": "./bin"
  }
}
