Merge branch 'main' into olp-pr/backend-integration-tests

This commit is contained in:
Will Chen 2026-07-22 19:56:19 +08:00 committed by GitHub
commit 71a7aba337
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
44 changed files with 5170 additions and 27 deletions

View file

@ -8,6 +8,7 @@
"start": "node dist/index.js",
"test": "vitest run",
"test:stack": "bash scripts/test-stack.sh"
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.90.0",
@ -39,6 +40,7 @@
"@types/multer": "^1.4.12",
"@types/node": "^22.14.1",
"@types/supertest": "^7.2.1",
"@vitest/coverage-v8": "^4.1.9",
"prettier": "^3.8.1",
"supertest": "^7.2.2",
"tsx": "^4.19.3",