{ "name": "sshchat", "version": "1.0.0", "description": "A peer to peer chat client that uses hyper-protocol and connects to the ssh.surf API", "main": "sshChat.mjs", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@git.codingvm.codes:snxraven/sshChat-CLI.git" }, "author": "Raven Scott", "license": "ISC", "dependencies": { "b4a": "^1.6.1", "blessed": "^0.1.81", "circular-json": "^0.5.9", "graceful-goodbye": "^1.2.0", "hypercore-crypto": "^3.3.0", "hyperswarm": "^4.3.5", "neo-blessed": "^0.2.0", "readline": "^1.3.0", "unirest": "^0.6.0" } }