{ "name": "@codefeathers/ssht", "version": "0.0.1", "description": "SSH over Telegram", "main": "app.js", "dependencies": { "telegraf": "^3.21.2" }, "devDependencies": {}, "scripts": { "start": "node app.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Pavan Jadhaw @pavanjadhaw", "license": "MIT" }