forked from LoL-Human/TelegramBot-NodeJS
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
38 lines (38 loc) · 804 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": "Rexon-Telegram-DDoS-Bot",
"version": "1.1.0",
"description": "A simple telegram ddos bot build with node js",
"main": "index.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"axios": "^1.5.1",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.12",
"express": "^4.18.2",
"node-fetch": "^2.6.1",
"telegraf": "^4.3.0"
},
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/senzgt/TRexon-Telegram-DDoS-Bot.git"
},
"keywords": [
"telegram",
"bot",
"telegram-bot"
],
"author": "Senz",
"license": "ISC",
"bugs": {
"url": "https://github.com/senzgt/Rexon-Telegram-DDoS-Bot/issues"
},
"homepage": "https://github.com/senzgt/Rexon-Telegram-DDoS-Bot#readme",
"devDependencies": {
"nodemon": "^3.0.1"
}
}