UNPKG

is-discord-invitation

Version:

👾 Checks if a string is an official Discord invitation link

39 lines (38 loc) • 909 B
{ "name": "is-discord-invitation", "version": "1.0.21", "description": "👾 Checks if a string is an official Discord invitation link", "main": "index.js", "module": "index.js", "types": "index.d.ts", "exports": { "require": "./index.js", "import": "./index.js", "types": "./index.d.ts" }, "scripts": { "test": "jest --verbose" }, "keywords": [ "discord", "link", "spam", "invite", "official", "discord", "invitation", "discord-url", "url-discord", "link" ], "author": "tuty", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/tutyamxx/is-discord-invitation" }, "homepage": "https://github.com/tutyamxx/is-discord-invitation", "devDependencies": { "jest": "^30.3.0" } }