-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
61 lines (61 loc) · 1.41 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "discordjs-base-handler",
"version": "2.1.0",
"description": "A Discord bot handler for managing events and commands.",
"main": "bot.js",
"type": "module",
"scripts": {
"start": "node bot.js"
},
"author": "KABIRSINGH2004",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kabirsingh2004/discordjs-base-handler"
},
"bugs": {
"url": "https://github.com/kabirsingh2004/discordjs-base-handler/issues"
},
"homepage": "https://github.com/kabirsingh2004/discordjs-base-handler",
"keywords": [
"discord",
"bot",
"handler",
"javascript",
"discordjs",
"v14",
"slashcommands",
"advanced",
"comprehensive",
"flexible",
"easy-to-use",
"well-documented",
"maintained",
"command handler",
"event handler",
"slash command handler",
"modal handler",
"button handler",
"interaction handler",
"permission handling",
"rate limiting",
"cooldown handling",
"localization",
"internationalization",
"scalability",
"performance",
"discord bot development",
"discord bot making",
"discord bot programming",
"discord bot tutorial",
"discord bot guide",
"discord bot example"
],
"dependencies": {
"discord.js": "^14.16.2",
"dotenv": "^16.4.5"
},
"engines": {
"node": ">=16"
}
}