-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 931 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
{
"name": "TremBot",
"version": "0.2.0",
"private": true,
"author": "Pwn9 <[email protected]>",
"description": "An example Discord Bot using Hubot and Discobot Adapter",
"dependencies": {
"bufferutil": "^4.0.5",
"coffeescript": "1.6.3",
"cron": "^1.8.2",
"discord.js": "^13.3.1",
"hubot": "^3.3.2",
"hubot-business-cat": "^1.5.15",
"hubot-dad-jokes": "^1.0.3",
"hubot-diagnostics": "^0.0.2",
"hubot-discobot": "1.0.7",
"hubot-eliza": "^1.0.0",
"hubot-google-images": "^0.2.7",
"hubot-google-translate": "^0.2.1",
"hubot-help-plus": "^0.0.1",
"hubot-maps": "^0.0.3",
"hubot-pugme": "^0.1.1",
"hubot-redis-brain": "1.0.0",
"hubot-rules": "^0.1.2",
"hubot-scripts": "^2.17.2",
"hubot-shipit": "^0.2.1",
"jquery": "^3.6.0",
"jsdom": "^16.5.0",
"r2": "^2.0.1",
"redis": "^4.0.0",
"request": "^2.88.2",
"uuid": "^8.3.2",
"uws": "^9.14.0"
},
"engines": {
"node": ">=16.6.0"
}
}