Skip to content

Commit 299154e

Browse files
committed
feat(package): add libs to prevent bot detection
1 parent 7a361ee commit 299154e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,15 @@
4040
"type-check": "tsgo --noEmit",
4141
"clean": "bun run clean.ts",
4242
"check": "bun run check.ts",
43-
"mock": "json-server --port 3000 mock/datas.json --routes mock/routes.json --watch"
43+
"mock": "json-server --port 3000 mock/datas.json --routes mock/routes.json --watch",
44+
"auto": "bun clean.ts && bun install && bun run build"
4445
},
4546
"dependencies": {
4647
"@puppeteer/browsers": "^2.13.0",
4748
"chalk": "^5.3.0",
48-
"puppeteer-core": "^24.41.0"
49+
"puppeteer-core": "^24.41.0",
50+
"puppeteer-extra": "^3.3.6",
51+
"puppeteer-extra-plugin-stealth": "^2.11.2"
4952
},
5053
"devDependencies": {
5154
"@types/bun": "^1.3.12",

0 commit comments

Comments
 (0)