{
  "name": "hooklistener",
  "version": "1.4.0",
  "description": "A fast, terminal-based CLI for browsing webhooks, forwarding events, and exposing local servers",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/hooklistener/hooklistener-cli.git"
  },
  "homepage": "https://hooklistener.com",
  "bin": {
    "hooklistener": "bin/hooklistener.js"
  },
  "scripts": {
    "postinstall": "node scripts/install.js"
  },
  "files": [
    "bin/hooklistener.js",
    "scripts/install.js"
  ],
  "engines": {
    "node": ">=16"
  }
}
