webhook-discord
Version:
A simple Javascript file for nicely formatting Discord webhooks
34 lines (33 loc) • 698 B
JSON
{
"name": "webhook-discord",
"version": "3.7.8",
"main": "./lib/webhook",
"dependencies": {
"snekfetch": "^3.6.4"
},
"scripts": {
"test": "eslint ."
},
"author": "Joe Banks",
"description": "A simple Javascript file for nicely formatting Discord webhooks",
"repository": {
"type": "git",
"url": "git+https://github.com/jb3/webhook-discord.git"
},
"keywords": [
"Webhooks",
"Discord",
"Bot",
"Error",
"Success",
"Info"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jb3/webhook-discord/issues"
},
"homepage": "https://github.com/jb3/webhook-discord#readme",
"devDependencies": {
"eslint": "^6.8.0"
}
}