is-discord-invite
Version:
Verifies the presence of a Discord server invitation in a given string or message, with additional features for validating and confirming the authenticity and validity of the invitation link.
66 lines (65 loc) • 1.59 kB
JSON
{
"name": "is-discord-invite",
"version": "3.0.7",
"description": "Verifies the presence of a Discord server invitation in a given string or message, with additional features for validating and confirming the authenticity and validity of the invitation link.",
"keywords": [
"discord",
"discord-invite",
"discord-invitation",
"discord-invite-link",
"discord-invite-url",
"invite",
"invitation",
"invite-link",
"invite-url",
"validator",
"validation",
"verifier",
"verification",
"checker",
"identifier",
"url",
"link"
],
"files": [
"lib",
"scripts",
"index.js",
"index.d.ts",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/sefinek/is-discord-invite#readme",
"bugs": {
"url": "https://github.com/sefinek/is-discord-invite/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sefinek/is-discord-invite.git"
},
"funding": {
"type": "individual",
"url": "https://sefinek.net/donate"
},
"license": "MIT",
"author": "Sefinek <contact@sefinek.net> (https://sefinek.net)",
"type": "commonjs",
"main": "index.js",
"types": "index.d.ts",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"m": "ncu -u && npm install && npm update",
"test": "jest test"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"globals": "^17.6.0",
"jest": "^30.4.2"
},
"allowScripts": {
"unrs-resolver@1.12.2": true
}
}