{
    "name": "is-discord-invitation",
    "version": "1.0.14",
    "description": "Checks if a string is an official Discord invitation link",
    "main": "index.js",
    "types": "index.d.ts",
    "scripts": {
        "test": "jest --verbose"
    },
    "keywords": [
        "discord",
        "link",
        "spam",
        "invite",
        "official",
        "discord"
    ],
    "author": "tuty",
    "license": "ISC",
    "repository": {
        "type": "git",
        "url": "https://github.com/tutyamxx/is-discord-invitation"
    },
    "homepage": "https://github.com/tutyamxx/is-discord-invitation",
    "devDependencies": {
        "jest": "^29.7.0"
    }
}
