sshchat/package.json
BurningScarf347 24927b594f yes
2021-08-15 12:42:39 -07:00

15 lines
267 B
JSON

{
"name": "sshchat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ssh2": "^1.2.0"
}
}