UNPKG

discord-inv

Version:

Get more information about a discord invitation link!

47 lines (46 loc) 1 kB
{ "name": "discord-inv", "version": "2.0.0", "description": "Get more information about a discord invitation link!", "main": "dist/index.js", "files": [ "/dist" ], "types": "dist/index.d.ts", "scripts": { "test": "node test/test.js" }, "dependencies": { "centra": "2.5.0", "discord-api-types": "^0.37.11" }, "devDependencies": { "@types/centra": "2.2.0" }, "keywords": [ "discord", "discord-invite", "discordapp", "api", "discord-inv", "discord-api", "discord.js" ], "funding": [ "https://github.com/scderox/discord-inv?sponsor=1", "https://paypal.me/therealscderox", "https://bunq.me/scderox" ], "maintainers": [ "SCDerox <mail@scderox.de>" ], "author": "SCDerox <mail@scderox.de>", "repository": { "type": "git", "url": "git+https://github.com/SCDerox/discord-inv.git" }, "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/SCDerox/discord-inv/issues" } }