{
  "name": "feresbr-webhooktester",
  "version": "1.1.5",
  "description": "A real-time webhook testing tool for local development. See webhook data instantly in your browser, making it easy to debug integrations with services like Stripe, PayPal, and others.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "webhook",
    "testing",
    "debug",
    "webhook-testing"
  ],
  "author": "feresbr",
  "license": "ISC",
  "dependencies": {
    "body-parser": "^1.20.3",
    "express": "^4.21.2",
    "ws": "^8.18.0"
  }
}