UNPKG

blwebhooks

Version:

Webhook Vote Reciever For Lists Such As top.gg, InfinityBotList and Many More To Come!

58 lines (57 loc) 1.51 kB
{ "name": "blwebhooks", "version": "1.7.8", "description": "Webhook Vote Reciever For Lists Such As top.gg, InfinityBotList and Many More To Come!", "main": "index.js", "types": "./typings/index.d.ts", "engines": { "node": "^12.19.0" }, "keywords": [ "discord.js", "webhooks", "botlists", "vote", "discordbot", "express", "server", "webhook", "blwebhooks", "webserver" ], "dependencies": { "@top-gg/sdk": "^3.0.7", "body-parser": "^1.19.0", "chalk": "^4.1.0", "cookie-parser": "^1.4.5", "errorhandler": "^1.5.1", "events": "^3.2.0", "express": "^4.17.1", "express-rate-limit": "^5.2.5", "express-slow-down": "^1.4.0", "helmet": "^4.4.1", "mongoose": "^5.11.16", "sqlite3": "^5.0.2", "typescript": "^4.1.5" }, "devDependencies": { "eslint": "^7.20.0", "standard-version": "^9.1.1" }, "scripts": { "test": "echo \"Test Running!\" && node .", "release": "standard-version" }, "repository": { "type": "git", "url": "git+https://github.com/MaximKing1/BLWebhooks.git" }, "author": "MaximKing1 <business@maximking.co.uk> (https://github.com/MaximKing1)", "license": "MIT", "bugs": { "url": "https://github.com/MaximKing1/BLWebhooks/issues", "email" : "blwebhooks@maximking.co.uk" }, "funding": "http://example.com/donate", "homepage": "https://github.com/MaximKing1/BLWebhooks#readme" }