{
  "name": "simple-webhooks",
  "version": "1.0.0",
  "description": "=== Plugin Name === Plugin Name: Simple Webhooks Plugin URI: Description: Enhancing WordPress functionality by adding webhooks that trigger actions during post, page, or custom post updates, as well as other relevant site events. Author: Ruslan Kolibabchuk Author URI: https://ruslan-dev.com/ Version: 1.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "npx @tailwindcss/cli -i ./assets/css/input.css -o ./assets/css/styles.css --watch"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@tailwindcss/cli": "^4.0.7",
    "tailwindcss": "^4.0.7"
  }
}
