-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
119 lines (119 loc) · 2.01 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "simply-djs",
"version": "4.1.1",
"description": "The simplest way to build complex Discord bots.",
"main": "lib/simplydjs.js",
"scripts": {
"test": "node test",
"git": "sh ./gitpush.sh",
"beta": "npm publish --tag beta",
"prepare": "husky install"
},
"keywords": [
"discord",
"discord.js",
"simplydjs",
"buttons",
"tictactoe",
"calculator",
"ghostping",
"ticket system",
"discord-ticket",
"djs-ticket",
"button-tickets",
"ticket-buttons",
"steal",
"emojis",
"steal-emojis",
"webhooks",
"djs-webhooks",
"discord webhooks",
"discord",
"easy-webhooks",
"ytNotify",
"discord-youtube",
"youtube-notifier",
"yt-notification",
"scrape",
"rss",
"yt-notifier",
"youtube log",
"discord.js-v13",
"djs-v13",
"suggest",
"djs-v13 suggestion",
"discord 14",
"discord.js",
"discord.js v14",
"discordjs",
"suggestion button",
"discord suggestions",
"suggest system",
"rps",
"rock paper scissors",
"button-roles",
"discord buttons",
"button roles",
"reaction roles",
"button ping roles",
"starboard",
"rank card",
"rank",
"discord starboard",
"dropdown",
"menu Pages",
"paginator",
"nuggies",
"weky",
"bump",
"auto bump",
"giveaways",
"button-giveaways",
"button roles",
"slash",
"nqn",
"xfinity",
"automeme",
"ai",
"steal",
"discord",
"djs",
"sdjs",
"memez",
"dankmemer",
"updates",
"bot",
"disc",
"simple",
"disc",
"dyno",
"mee",
"discord",
"sophisticated",
"easy"
],
"homepage": "https://simplyd.js.org",
"author": "Rahuletto",
"license": "CC-BY-NC-ND-4.0",
"repository": {
"type": "git",
"url": "https://github.com/Rahuletto/simply-djs"
},
"engines": {
"node": ">=18.5.0"
},
"bugs": {
"url": "https://github.com/Rahuletto/simply-djs/issues"
},
"dependencies": {
"mongoose": "^7.4.1"
},
"devDependencies": {
"@types/node": "^20.4.6",
"discord.js": "^14.11.0",
"husky": "^8.0.3",
"openai": "^3.3.0",
"pretty-quick": "^3.1.3",
"typescript": "^5.1.6"
}
}