chatbridge/package.json

13 lines
319 B
JSON
Raw Normal View History

2023-07-21 04:06:30 +00:00
{
"name": "ucla-chat",
"version": "1.0.0",
"description": "bridging a bunch of chats together",
"main": "index.js",
"repository": "https://git.jon-e.net/jonny/ucla-chat",
"author": "sneakers-the-rat <JLSaunders987@gmail.com>",
"license": "AGPL-3.0",
"dependencies": {
"@slack/oauth": "^2.6.1"
}
}