Muthu Kumar
6 years ago
1 changed files with 15 additions and 14 deletions
@ -1,16 +1,17 @@ |
|||||
{ |
{ |
||||
"name": "@codefeathers/ssht", |
"name": "@codefeathers/tsh", |
||||
"version": "0.0.1", |
"version": "0.0.1", |
||||
"description": "SSH over Telegram", |
"description": "Telegram Shell -- complete remote shell access over Telegram bot API", |
||||
"main": "app.js", |
"main": "app.js", |
||||
"dependencies": { |
"dependencies": { |
||||
"telegraf": "^3.21.2" |
"telegraf": "^3.21.2" |
||||
}, |
}, |
||||
"devDependencies": {}, |
"scripts": { |
||||
"scripts": { |
"start": "node app.js" |
||||
"start": "node app.js", |
}, |
||||
"test": "echo \"Error: no test specified\" && exit 1" |
"author": "Pavan Jadhaw <@pavanjadhaw>", |
||||
}, |
"contributors": [ |
||||
"author": "Pavan Jadhaw @pavanjadhaw", |
"Muthu Kumar <@MKRhere> (https://mkr.pw)" |
||||
"license": "MIT" |
], |
||||
|
"license": "MIT" |
||||
} |
} |
||||
|
Loading…
Reference in new issue