-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.03 KB
/
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
43
44
45
46
47
48
49
50
{
"name": "@antibot/salt",
"version": "1.1.0",
"main": "dist/index.js",
"author": "J_DDev <69683068+JayyDoesDev@users.noreply.github.com>",
"license": "MIT",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"start": "node __tests__/index.js",
"prepublishOnly": "yarn build",
"doc": "typedoc"
},
"dependencies": {
"cross-fetch": "^3.1.5",
"ts-node-dev": "^2.0.0",
"typedoc": "^0.24.4",
"typescript": "^5.0.4",
"util": "^0.12.5"
},
"repository": {
"url": "https://github.com/antibot-team/salt"
},
"contributors": [
{
"name": "J_DDev",
"url": "https://github.com/JayyDoesDev"
}
],
"keywords": [
"discord-automod",
"discord.js",
"eris",
"salt",
"anti-bot",
"antibot",
"automod",
"automoddiscord",
"discordautomod",
"automod-discord",
"discord",
"discordmoderation",
"discord-moderation",
"moderation",
"discordautomodbot",
"discord-automod-bot",
"vultrex-development",
"vultrex"
]
}