discord-alt-detector
Version:
A small library for discord.js to detect the suspiciousness of level of a user.
42 lines (39 loc) • 993 B
JSON
{
"name": "discord-alt-detector",
"author": "DJj123dj",
"version": "1.0.4",
"description": "A small library for discord.js to detect the suspiciousness of level of a user.",
"main": "dist/index.js",
"module": "dist/index.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "node ./tools/cleanup.js && tsc -p ./tsconfig.json",
"test": "node ./test/example.js"
},
"keywords": [
"discord",
"discord-moderation",
"moderation",
"discord.js",
"djs",
"verification",
"discord-verification",
"checker",
"anti-alt",
"account",
"discord-anti-alt",
"nodejs",
"node.js",
"discord-bot"
],
"license": "MIT",
"dependencies": {
"discord.js": "^14.15.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DJj123dj/discord-alt-detector.git"
}
}