{
  "name": "discord-easy-webhook",
  "version": "1.1.7",
  "description": "Discord-Easy-Webhooks is a Node.js module designed to manage and interact with webhooks. It provides convenient methods to send messages, embeds, files, and other types of interactions through webhooks.",
  "main": "manager.js",
  "scripts": {
    "start": "node manager.js"
  },
  "files": [
    "method/*",
    "checker.js",
    "manager.js",
    "readme.md"
  ],
  "keywords": [
    "webhooks",
    "discord",
    "hooks",
    "hooking"
  ],
  "author": "Zenith",
  "repository": {
    "type": "git",
    "url": "https://github.com/Virtual-Engine/Discord-Easy-Webhooks.git"
  },
  "homepage": "https://github.com/Virtual-Engine/Discord-Easy-Webhooks",
  "dependencies": {
    "axios": "^1.4.0",
    "form-data": "^4.0.0",
    "nyx-logger": "^3.0.0"
  }
}