hypertube/package.json

29 lines
741 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": {
"@suldashi/lame": "^1.2.5",
"b4a": "^1.6.1",
"graceful-goodbye": "^1.2.0",
"hypercore-crypto": "^3.3.0",
"hyperswarm": "^4.3.5",
"readline": "^1.3.0",
"sox": "^0.1.0",
"speaker": "^0.5.4",
"unirest": "^0.6.0",
"youtube-audio-stream": "^0.3.61",
"ytdl-core": "^4.11.2"
}
}