{
  "name": "nestjs-discord-webhook",
  "version": "1.11.9",
  "description": "webhook to send logs to discord channel based on nestjs-slack-webhook concept",
  "repository": {
    "type": "git",
    "url": "https://github.com/Andromeda7177/nestjs-discord-webhook.git"
  },
  "homepage": "https://github.com/Andromeda7177/nestjs-discord-webhook.git",
  "main": "lib/index.js",
  "scripts": {
    "build": "npm run clean && tsc -p",
    "clean": "rimraf lib",
    "lint": "tsc -p . --noEmit",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": ["nest",
"discord-webhook"],
  "author": "Ray Jamison",
  "license": "MIT",
  
  "peerDependencies": {
    "@nestjs/common": "^9.2.1",
    "discord.js": "^14.7.1"
},
  "types": "lib/index.d.ts"
}
