Skip to content

Commit 9b3744b

Browse files
Merge pull request #6 from jokogendeng77/v4.1.4
[update]
2 parents 6fdaf8d + 72b5338 commit 9b3744b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

SHPBOT.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@
3636
"cheerio": "^1.0.0-rc.12",
3737
"chrome-paths": "^1.0.1",
3838
"clear": "^0.1.0",
39+
"cli-progress": "^3.12.0",
3940
"cli-select": "^1.1.2",
4041
"commander": "^11.1.0",
4142
"cookie": "^0.5.0",
43+
"crypto": "^1.0.1",
4244
"cryptolens": "^1.0.1-4.2",
4345
"delay": "^5.0.0",
4446
"dotenv": "^16.0.2",
@@ -71,6 +73,9 @@
7173
"onresize": "^1.0.1",
7274
"path": "^0.12.7",
7375
"pkg": "^5.8.1",
76+
"puppeteer": "^22.2.0",
77+
"puppeteer-extra": "^3.3.6",
78+
"puppeteer-extra-plugin-stealth": "^2.11.2",
7479
"qr-image": "^3.2.0",
7580
"qrcode-reader": "^1.0.4",
7681
"qrcode-terminal": "^0.12.0",
@@ -90,16 +95,12 @@
9095
"uuid": "^9.0.1",
9196
"uuid4": "^2.0.3",
9297
"ws": "^8.16.0",
93-
"puppeteer": "^22.2.0",
94-
"puppeteer-extra": "^3.3.6",
95-
"puppeteer-extra-plugin-stealth": "^2.11.2",
9698
"zenrows": "^1.3.2"
9799
},
98100
"devDependencies": {
99101
"@faker-js/faker": "^8.3.1",
100102
"@types/node": "^18.14.2",
101103
"@types/shelljs": "^0.8.11",
102-
"typescript": "^4.9.5",
103-
"webdriverio": "^8.32.2"
104+
"typescript": "^4.9.5"
104105
}
105106
}

0 commit comments

Comments
 (0)