-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.37 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "agent-regression-tester",
"version": "1.0.0",
"description": "",
"main": "dist/app.js",
"scripts": {
"test:all": "node --experimental-vm-modules node_modules/jest/bin/jest.js tests/runner --config jest.config.ts",
"test:sheet:none": "REPORT_TO=sheet JUDGE_MODE=none node scripts/run-test-profile.js",
"test:sheet:internal": "REPORT_TO=sheet JUDGE_MODE=sheet node scripts/run-test-profile.js",
"test:sheet:api": "REPORT_TO=sheet JUDGE_MODE=api node scripts/run-test-profile.js",
"test:sheet:local": "REPORT_TO=sheet JUDGE_MODE=local node scripts/run-test-profile.js",
"test:terminal": "REPORT_TO=terminal JUDGE_MODE=none node scripts/run-test-profile.js",
"test:terminal:ai": "REPORT_TO=terminal JUDGE_MODE=local node scripts/run-test-profile.js"
},
"author": "Minseon Kim",
"license": "minisundev",
"dependencies": {
"@google/generative-ai": "^0.24.1",
"axios": "^1.7.0",
"cli-table3": "^0.6.5",
"dotenv": "^16.4.0",
"googleapis": "^170.0.0",
"js-yaml": "^4.1.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.0",
"ts-node": "^10.9.0",
"typescript": "^5.6.0"
},
"pnpm": {
"overrides": {
"whatwg-url": "13.0.0"
}
},
"packageManager": "pnpm@9.15.9"
}