Fix
This commit is contained in:
parent
7d3afe7017
commit
08d045ac07
2065
package-lock.json
generated
2065
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user