mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-18 11:06:19 +00:00
* chore: simplify root test scripts * fix: avoid chained root test scripts * fix: update test workflow commands * fix: move app test commands into packages
32 lines
836 B
JSON
Vendored
32 lines
836 B
JSON
Vendored
{
|
|
"name": "@browseros/eval",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"eval": "bun --env-file=.env.development run src/index.ts",
|
|
"test": "bun run ../../scripts/run-bun-test.ts ./apps/eval/tests",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@anthropic-ai/claude-agent-sdk": "^0.2.63",
|
|
"@aws-sdk/client-s3": "^3.1014.0",
|
|
"@browseros/server": "workspace:*",
|
|
"@browseros/shared": "workspace:*",
|
|
"@google/gemini-cli-core": "^0.16.0",
|
|
"@google/genai": "1.30.0",
|
|
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
"ai": "^6.0.94",
|
|
"hono": "^4.6.0",
|
|
"openai": "^4.0.0",
|
|
"sharp": "^0.34.5",
|
|
"uuid": "^9.0.0",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"@types/uuid": "^9.0.0",
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|