-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 899 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
{
"name": "dab.bot",
"version": "1.0.0",
"description": "A modular bot that connects to various endpoints, such as IRC, Discord, Slack, etc, to perform functions.",
"main": "index.js",
"dependencies": {
"@types/node": "^12.20.55",
"botbuilder": "^4.18.0",
"discord.js": "^14.6.0",
"irc-framework": "^2.11.0",
"plex-api": "^5.3.2",
"refresh-token": "^1.0.0",
"source-map-support": "^0.5.21",
"telegraf": "^4.10.0",
"telegram-typings": "^4.0.0-beta",
"tmi.js": "^1.8.5",
"watchwithproxy": "^1.0.0",
"whois-json": "^2.0.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bot",
"irc",
"irc",
"bot",
"discord",
"bot",
"slack",
"bot",
"slack",
"discord",
"skype",
"messenger",
"telegram"
],
"author": "David Barajas",
"license": "MIT"
}