{
  "name": "webhok",
  "version": "1.1.4",
  "keywords": [
    "webhook",
    "discord",
    "easyhttp",
    "easyrequest",
    "discordwebhook"
  ],
  "description": "An under-maintenance webhook client for discord to assist you into sending requests to webhooks.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "main": "tsc src/index.ts"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/AggelosLua/webhok.git"
  },
  "author": "AggelosLua",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^20.8.2",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "axios": "^1.5.1",
    "webhok": "^1.1.0"
  }
}
