mirror of
https://github.com/millionco/react-doctor.git
synced 2026-09-14 20:00:24 +08:00
27 lines
666 B
JSON
27 lines
666 B
JSON
{
|
|
"name": "@react-doctor/evals",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Minimal Daytona evaluation runner for React Doctor.",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"eval": "tsx src/cli.ts",
|
|
"matrix-corpus-identity": "tsx src/print-matrix-corpus-identity.ts",
|
|
"source-hash": "tsx src/print-evaluator-source-hash.ts",
|
|
"test": "vp test run",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@daytona/sdk": "^0.196.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.6.0",
|
|
"tsx": "^4.22.4"
|
|
},
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.13.0"
|
|
}
|
|
}
|