sshChatBridge/package.json

23 lines
520 B
JSON

{
"name": "ssh-chat-bridge",
"version": "1.0.0",
"description": "A bridge for Discord and sshchat",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.codingvm.codes:snxraven/sshChatBridge.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"graceful-goodbye": "^1.2.0",
"hypercore-crypto": "^3.3.1",
"hyperswarm": "^4.3.5"
}
}