Adding irc to package.json

This commit is contained in:
Stephen Vanderwarker 2021-06-21 17:52:43 -04:00
parent 1e4a0cd29d
commit 32c368da38
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
"keywords": [ "keywords": [
"xmpp", "xmpp",
"bot", "bot",
"irc",
"sms", "sms",
"autoreply", "autoreply",
"asterisk", "asterisk",
@ -26,6 +27,7 @@
"degrees-to-direction": "1.1.1", "degrees-to-direction": "1.1.1",
"express": "4.17.1", "express": "4.17.1",
"ini": "2.0.0", "ini": "2.0.0",
"irc": "0.5.2",
"mastodon": "1.2.2", "mastodon": "1.2.2",
"mqtt": "4.2.6", "mqtt": "4.2.6",
"request": "2.88.0", "request": "2.88.0",