mirror of
https://github.com/TejasQ/basically-ai-harness.git
synced 2026-06-13 19:20:06 +00:00
19 lines
353 B
JSON
19 lines
353 B
JSON
{
|
|
"name": "mini-ai-harness",
|
|
"type": "module",
|
|
"scripts": {
|
|
"eval": "tsx eval/5-index.ts",
|
|
"agent": "tsx agent/7-index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.3.5",
|
|
"tsx": "^4.19.0",
|
|
"typescript": "^5.6.0"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^17.3.1",
|
|
"openai": "^4.77.0",
|
|
"playwright": "^1.50.0"
|
|
}
|
|
}
|