forked from botgram/shell-bot
-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
36 lines (36 loc) · 812 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
{
"name": "shell-bot",
"private": true,
"version": "0.0.1",
"keywords": [
"telegram",
"bot",
"shell",
"terminal",
"botgram"
],
"description": "Shellrunner Telegram bot",
"homepage": "https://github.com/denomparkour/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",
"node": "12.13.0"
},
"optionalDependencies": {
"https-proxy-agent": "^2.2.1",
"socks-proxy-agent": "^4.0.1"
},
"bugs": {
"url": "https://github.com/botgram/shell-bot/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/denomparkour/shell-bot.git"
},
"license": "MIT",
"author": "Alba Mendez <[email protected]> (https://alba.sh)"
}