forked from lsotoj/webscraping-Telegram-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.25 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.25 KB
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
39
40
41
42
43
44
45
46
47
48
49
{
"dependencies": {
"dotenv": "^8.2.0",
"puppeteer": "^8.0.0",
"telegraf": "^4.3.0",
"user": "^0.0.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
},
"scripts": {
"deploy": "node App.js"
},
"name": "bot-dac",
"version": "1.0.1",
"description": "This is a package to help managers of the Digital Addressable Controller 6000 system (DAC 6000). This package makes consults by webscraping to his web GUI and returns the data of the Set-Top Box such as for example Installation configuration of the Set-Top Box, Authorization packages, Status of the Set-Top Box.",
"main": "App.js",
"repository": {
"type": "git",
"url": "git+https://github.com/lsotoj/webscraping-Telegram-Bot.git"
},
"keywords": [
"javascript",
"nodejs",
"telegraf",
"telegram",
"robot",
"bot",
"webscraping",
"puppeteer",
"HFC",
"Set-top-box",
"arris",
"DAC600",
"package",
"ISP",
"tv"
],
"author": "Luis Eduardo Sotoj <luissotoj@gmail.com>",
"license": "MIT",
"bin": {
"bot-dac": "./bin/global.js"
},
"preferGlobal": true,
"bugs": {
"url": "https://github.com/lsotoj/webscraping-Telegram-Bot/issues"
},
"homepage": "https://github.com/lsotoj/webscraping-Telegram-Bot#readme"
}