2024-05-04 04:23:25 +08:00
|
|
|
{
|
|
|
|
"name": "test-suite",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"scripts": {
|
2024-05-18 05:32:44 +08:00
|
|
|
"test:suite": "npx jest --detectOpenHandles --forceExit --openHandlesTimeout=120000 --watchAll=false",
|
2024-05-22 20:30:32 +08:00
|
|
|
"test:load": "artillery run --output ./load-test-results/test-1-5/assets/test-run-report.json load-test.yml",
|
2024-05-16 02:50:50 +08:00
|
|
|
"test:scrape": "npx jest --detectOpenHandles --forceExit --openHandlesTimeout=120000 --watchAll=false --testPathPattern=tests/scrape.test.ts",
|
|
|
|
"test:crawl": "npx jest --detectOpenHandles --forceExit --openHandlesTimeout=120000 --watchAll=false --testPathPattern=tests/crawl.test.ts"
|
2024-05-04 04:23:25 +08:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"@anthropic-ai/sdk": "^0.20.8",
|
2024-05-09 02:38:46 +08:00
|
|
|
"@dqbd/tiktoken": "^1.0.14",
|
|
|
|
"@supabase/supabase-js": "^2.43.1",
|
2024-05-04 04:23:25 +08:00
|
|
|
"dotenv": "^16.4.5",
|
|
|
|
"jest": "^29.7.0",
|
|
|
|
"openai": "^4.40.2",
|
|
|
|
"playwright": "^1.43.1",
|
|
|
|
"supertest": "^7.0.0",
|
|
|
|
"ts-jest": "^29.1.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/jest": "^29.5.12",
|
|
|
|
"@types/supertest": "^6.0.2",
|
|
|
|
"typescript": "^5.4.5"
|
|
|
|
}
|
|
|
|
}
|