feat: install core dependencies (playwright, database, logging)

Install runtime dependencies:
- playwright: For browser automation
- mssql: SQL Server database connectivity
- mysql2: MySQL database connectivity
- winston: Logging framework
- exceljs: Excel file generation and manipulation

Install dev dependencies:
- @types/node: TypeScript definitions for Node.js

Update package.json scripts:
- postinstall: Automatically install Playwright Chromium
- test: Jest unit test runner
- test:e2e: Playwright end-to-end test runner

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Misaka
2026-02-28 22:01:03 +08:00
parent b5a8c11a30
commit cacc53a184
2 changed files with 11991 additions and 3 deletions

11981
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff