24 lines
596 B
JSON
24 lines
596 B
JSON
|
{
|
||
|
"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",
|
||
|
"graceful-goodbye": "^1.2.0",
|
||
|
"hypercore-crypto": "^3.3.0",
|
||
|
"hyperswarm": "^4.3.5",
|
||
|
"readline": "^1.3.0",
|
||
|
"unirest": "^0.6.0"
|
||
|
}
|
||
|
}
|