This commit is contained in:
2026-01-05 02:02:35 +08:00
parent 2472cb0059
commit 2621d0229f
13 changed files with 1191 additions and 96 deletions

View File

@@ -42,6 +42,8 @@
"dependencies": {
"better-sqlite3": "^12.5.0",
"playwright": "^1.57.0",
"playwright-extra": "^4.3.6",
"playwright-extra-plugin-stealth": "^0.0.1",
"user-agents": "^1.1.669",
"zod": "^4.2.1",
"zod-to-json-schema": "^3.25.1"
@@ -62,6 +64,7 @@
"drizzle-orm": "^0.45.1",
"es-toolkit": "^1.43.0",
"eventemitter3": "^5.0.1",
"lru-cache": "^11.2.4"
"lru-cache": "^11.2.4",
"puppeteer-extra-plugin-stealth": "^2.11.2"
}
}