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