-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (39 loc) · 993 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "discord-alt-detector",
"author": "DJj123dj",
"version": "1.0.3",
"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"
}
}