sshchat/package.json

16 lines
267 B
JSON
Raw Permalink Normal View History

2021-06-01 20:33:51 +00:00
{
"name": "sshchat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2021-08-15 19:42:39 +00:00
"ssh2": "^1.2.0"
2021-06-01 20:33:51 +00:00
}
}