sshChat-CLI/package.json

27 lines
682 B
JSON
Raw Normal View History

2023-01-12 18:37:03 +00:00
{
2023-01-09 03:03:13 +00:00
"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",
2023-01-12 18:35:30 +00:00
"blessed": "^0.1.81",
2023-01-13 01:13:16 +00:00
"circular-json": "^0.5.9",
2023-01-09 03:03:13 +00:00
"graceful-goodbye": "^1.2.0",
"hypercore-crypto": "^3.3.0",
"hyperswarm": "^4.3.5",
2023-01-12 18:35:30 +00:00
"neo-blessed": "^0.2.0",
2023-01-09 03:03:13 +00:00
"readline": "^1.3.0",
"unirest": "^0.6.0"
}
}