Browse Source

[misc] Package changes

master
Muthu Kumar 6 years ago
parent
commit
77f864b158
  1. 13
      package.json

13
package.json

@ -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", "author": "Pavan Jadhaw <@pavanjadhaw>",
"contributors": [
"Muthu Kumar <@MKRhere> (https://mkr.pw)"
],
"license": "MIT" "license": "MIT"
} }

Loading…
Cancel
Save