forked from hostitor/HerokuShell-Rclone
-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
38 lines (38 loc) · 820 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "shell-bot",
"private": true,
"version": "1.0.1",
"engines": {
"node": "13.3.0"
},
"keywords": [
"telegram",
"bot",
"shell",
"terminal",
"botgram"
],
"description": "Shellrunner Telegram bot",
"homepage": "https://github.com/botgram/shell-bot",
"dependencies": {
"botgram": "^2.2",
"escape-html": "1",
"mime": "1",
"node-pty": "^0.9.0",
"node-termios": "0.0.13",
"terminal.js": "1.0.9"
},
"optionalDependencies": {
"https-proxy-agent": "^2.2.3",
"socks-proxy-agent": "^4.0.1"
},
"bugs": {
"url": "https://github.com/botgram/shell-bot/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/botgram/shell-bot.git"
},
"license": "MIT",
"author": "Alba Mendez <[email protected]> (https://alba.sh)"
}