This commit is contained in:
nguyen dung 2022-02-23 16:16:26 +00:00
parent 7d3afe7017
commit 08d045ac07
2 changed files with 28 additions and 2041 deletions

2065
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,13 +4,15 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./index.js"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"cron": "^1.8.2", "cron": "^1.8.2",
"node-telegram-bot-api": "^0.56.0", "node-telegram-bot-api": "^0.56.0",
"puppeteer": "^13.4.0",
"puppeteer-extra": "^3.2.3", "puppeteer-extra": "^3.2.3",
"puppeteer-extra-plugin-recaptcha": "^3.5.0", "puppeteer-extra-plugin-recaptcha": "^3.5.0",
"shelljs": "^0.8.5" "shelljs": "^0.8.5"